Spaces:
Runtime error
Runtime error
anchor
commited on
Update Dockerfile
Browse files- 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
|
|
|
|
|
|
|
| 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 |
|