ecommeh commited on
Commit
83e82b7
·
verified ·
1 Parent(s): 6be1ba3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ WORKDIR $HOME/app/MuseTalk
25
 
26
  # Make all files executable
27
  RUN chmod -R 777 .
28
- RUN mv $HOME/app/MuseTalkBase/download_weights $HOME/app/MuseTalk/
29
  # Activate conda env and install dependencies
30
  RUN . /opt/conda/etc/profile.d/conda.sh && \
31
  echo "source activate musev" >> ~/.bashrc && \
 
25
 
26
  # Make all files executable
27
  RUN chmod -R 777 .
28
+ RUN mv $HOME/app/MuseTalkBase/download_weights.sh $HOME/app/MuseTalk/
29
  # Activate conda env and install dependencies
30
  RUN . /opt/conda/etc/profile.d/conda.sh && \
31
  echo "source activate musev" >> ~/.bashrc && \