ysharma HF Staff commited on
Commit
898947f
·
1 Parent(s): a16f34f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -13,6 +13,12 @@ RUN pip install -r /tmp/requirements.txt
13
 
14
  COPY --chown=1000 . ${HOME}/app
15
 
 
 
 
 
 
 
16
  ENV MODELSCOPE_CACHE=${HOME}/cache \
17
  PYTHONPATH=${HOME}/app \
18
  PYTHONUNBUFFERED=1 \
 
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
+
21
+
22
  ENV MODELSCOPE_CACHE=${HOME}/cache \
23
  PYTHONPATH=${HOME}/app \
24
  PYTHONUNBUFFERED=1 \