ysharma HF Staff commited on
Commit
826e126
·
1 Parent(s): 408c5c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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