anchor commited on
Commit
387ef69
1 Parent(s): 6d7e835

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -53,8 +53,8 @@ RUN chmod -R 777 /home/user/app/MuseTalk
53
  RUN . /opt/conda/etc/profile.d/conda.sh \
54
  && echo "source activate musev" >> ~/.bashrc \
55
  && conda activate musev \
56
- && conda env list \
57
- && conda install ffmpeg
58
 
59
  RUN ffmpeg -codecs
60
 
 
53
  RUN . /opt/conda/etc/profile.d/conda.sh \
54
  && echo "source activate musev" >> ~/.bashrc \
55
  && conda activate musev \
56
+ && conda env list
57
+ # && conda install ffmpeg
58
 
59
  RUN ffmpeg -codecs
60