chenyangqi commited on
Commit
ade807c
·
1 Parent(s): 09b0f26

why cd: can't cd to FateZero/ckpt

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -45,10 +45,11 @@ RUN pip install --no-cache-dir -U torch==1.13.1 torchvision==0.14.1
45
  COPY --chown=1000 requirements.txt /tmp/requirements.txt
46
  RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
47
 
48
- RUN cd FateZero/ckpt && bash download.sh
49
- RUN cd FateZero/data && bash download.sh
50
 
51
  COPY --chown=1000 . ${HOME}/app
 
 
52
  RUN cd Tune-A-Video && patch -p1 < ../patch
53
  ENV PYTHONPATH=${HOME}/app \
54
  PYTHONUNBUFFERED=1 \
 
45
  COPY --chown=1000 requirements.txt /tmp/requirements.txt
46
  RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
47
 
48
+
 
49
 
50
  COPY --chown=1000 . ${HOME}/app
51
+ RUN cd FateZero/ckpt && bash download.sh
52
+ RUN cd FateZero/data && bash download.sh
53
  RUN cd Tune-A-Video && patch -p1 < ../patch
54
  ENV PYTHONPATH=${HOME}/app \
55
  PYTHONUNBUFFERED=1 \