Spaces:
Running
on
A10G
Running
on
A10G
anchor
commited on
Commit
•
e93de90
1
Parent(s):
6571bfa
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -33,10 +33,9 @@ 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
|
|
|
37 |
|
38 |
-
RUN conda remove --force ffmpeg -y
|
39 |
-
RUN apt-get update && apt-get install -y ffmpeg
|
40 |
|
41 |
|
42 |
|
|
|
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 |
|
40 |
|
41 |
|