Spaces:
Runtime error
Runtime error
anchor
commited on
Update Dockerfile
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -35,7 +35,10 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
|
|
35 |
&& conda activate musev \
|
36 |
&& conda env list
|
37 |
|
38 |
-
RUN conda
|
|
|
|
|
|
|
39 |
|
40 |
WORKDIR /home/user/app/MuseTalk/
|
41 |
|
|
|
35 |
&& conda activate musev \
|
36 |
&& conda env list
|
37 |
|
38 |
+
RUN conda remove --force ffmpeg -y
|
39 |
+
RUN apt-get update && apt-get install -y ffmpeg
|
40 |
+
|
41 |
+
|
42 |
|
43 |
WORKDIR /home/user/app/MuseTalk/
|
44 |
|