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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -30,11 +30,14 @@ RUN git clone -b main --recursive https://github.com/TMElyralab/MuseTalk.git
30
  RUN chmod -R 777 /home/user/app/MuseTalk
31
 
32
 
 
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
 
 
30
  RUN chmod -R 777 /home/user/app/MuseTalk
31
 
32
 
33
+
34
  RUN . /opt/conda/etc/profile.d/conda.sh \
35
  && echo "source activate musev" >> ~/.bashrc \
36
  && conda activate musev \
37
  && conda env list \
38
+ && conda install ffmpeg
39
+
40
+ RUN ffmpeg -codecs
41
 
42
 
43