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