Spaces:
Sleeping
Sleeping
this folder does not exist anymore, we need to download it at build time
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,6 @@ ENV HOME=/home/user \
|
|
| 12 |
# Set the working directory to the user's home directory
|
| 13 |
WORKDIR $HOME/app
|
| 14 |
|
| 15 |
-
COPY --chown=user fast_align_config ./fast_align_config
|
| 16 |
COPY --chown=user src ./src
|
| 17 |
COPY --chown=user scripts ./scripts
|
| 18 |
COPY --chown=user gradio_app.py .
|
|
|
|
| 12 |
# Set the working directory to the user's home directory
|
| 13 |
WORKDIR $HOME/app
|
| 14 |
|
|
|
|
| 15 |
COPY --chown=user src ./src
|
| 16 |
COPY --chown=user scripts ./scripts
|
| 17 |
COPY --chown=user gradio_app.py .
|