anchor commited on
Commit
eef39d3
1 Parent(s): e347d21

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -35,6 +35,8 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
35
  && conda activate musev \
36
  && conda env list
37
 
 
 
38
  WORKDIR /home/user/app/MuseTalk/
39
 
40
  RUN pip install -r requirements.txt \
 
35
  && conda activate musev \
36
  && conda env list
37
 
38
+ RUN conda install -c conda-forge ffmpeg
39
+
40
  WORKDIR /home/user/app/MuseTalk/
41
 
42
  RUN pip install -r requirements.txt \