Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ WORKDIR $HOME/app/MuseTalk
|
|
| 25 |
|
| 26 |
# Make all files executable
|
| 27 |
RUN chmod -R 777 .
|
| 28 |
-
RUN mv $HOME/app/MuseTalkBase/download_weights $HOME/app/MuseTalk/
|
| 29 |
# Activate conda env and install dependencies
|
| 30 |
RUN . /opt/conda/etc/profile.d/conda.sh && \
|
| 31 |
echo "source activate musev" >> ~/.bashrc && \
|
|
|
|
| 25 |
|
| 26 |
# Make all files executable
|
| 27 |
RUN chmod -R 777 .
|
| 28 |
+
RUN mv $HOME/app/MuseTalkBase/download_weights.sh $HOME/app/MuseTalk/
|
| 29 |
# Activate conda env and install dependencies
|
| 30 |
RUN . /opt/conda/etc/profile.d/conda.sh && \
|
| 31 |
echo "source activate musev" >> ~/.bashrc && \
|