anchor commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -33,7 +33,8 @@ 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 |
|
| 39 |
|
|
|
|
| 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 |
|