Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -55,7 +55,10 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
|
|
55 |
|
56 |
WORKDIR $HOME/app
|
57 |
RUN mkdir output
|
58 |
-
|
|
|
|
|
|
|
59 |
COPY app.py .
|
60 |
|
61 |
|
|
|
55 |
|
56 |
WORKDIR $HOME/app
|
57 |
RUN mkdir output
|
58 |
+
|
59 |
+
RUN mkdir -p /examples
|
60 |
+
COPY examples /examples
|
61 |
+
|
62 |
COPY app.py .
|
63 |
|
64 |
|