Spaces:
Runtime error
Runtime error
Edward J. Schwartz
commited on
Commit
·
8a96e61
1
Parent(s):
849687c
Debugging
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,6 +29,6 @@ WORKDIR $HOME/app
|
|
| 29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 30 |
COPY --chown=user . $HOME/app
|
| 31 |
|
| 32 |
-
RUN wget https://huggingface.co/datasets/ejschwartz/oo-method-test/raw/main/scripts/gen-training.py
|
| 33 |
|
| 34 |
CMD ["python3", "app.py"]
|
|
|
|
| 29 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 30 |
COPY --chown=user . $HOME/app
|
| 31 |
|
| 32 |
+
RUN wget https://huggingface.co/datasets/ejschwartz/oo-method-test/raw/main/scripts/gen-training.py
|
| 33 |
|
| 34 |
CMD ["python3", "app.py"]
|