Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -13,8 +13,8 @@ RUN pip install -r /tmp/requirements.txt
|
|
13 |
|
14 |
COPY --chown=1000 . ${HOME}/app
|
15 |
|
16 |
-
COPY --chown=1000 ./example_images /tmp/example_images
|
17 |
-
COPY --chown=1000 ./sample13.png /tmp/sample13.png
|
18 |
|
19 |
#Current Working Directory: /home/user/cache/damo/i2vgen-xl
|
20 |
|
|
|
13 |
|
14 |
COPY --chown=1000 . ${HOME}/app
|
15 |
|
16 |
+
#COPY --chown=1000 ./example_images /tmp/example_images
|
17 |
+
#COPY --chown=1000 ./sample13.png /tmp/sample13.png
|
18 |
|
19 |
#Current Working Directory: /home/user/cache/damo/i2vgen-xl
|
20 |
|