anchor commited on
Commit
2258ae9
1 Parent(s): e93de90

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -33,7 +33,8 @@ RUN chmod -R 777 /home/user/app/MuseTalk
33
  RUN . /opt/conda/etc/profile.d/conda.sh \
34
  && echo "source activate musev" >> ~/.bashrc \
35
  && conda activate musev \
36
- && conda env list && conda install ffmpeg -y
 
37
 
38
 
39
 
 
33
  RUN . /opt/conda/etc/profile.d/conda.sh \
34
  && echo "source activate musev" >> ~/.bashrc \
35
  && conda activate musev \
36
+ && conda env list \
37
+ && conda install ffmpeg -y
38
 
39
 
40