Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -17,9 +17,7 @@ WORKDIR $HOME/app
|
|
| 17 |
# Clone MuseTalk repo
|
| 18 |
RUN git clone -b main --recursive https://github.com/TMElyralab/MuseTalk.git MuseTalkBase
|
| 19 |
|
| 20 |
-
|
| 21 |
-
ENV HF_TOKEN=${HF_TOKEN}
|
| 22 |
-
RUN git clone -b main --recursive https://${HF_TOKEN}@huggingface.co/spaces/e-commint/MuseTal MuseTalk
|
| 23 |
|
| 24 |
|
| 25 |
# Set working directory to MuseTalk project
|
|
|
|
| 17 |
# Clone MuseTalk repo
|
| 18 |
RUN git clone -b main --recursive https://github.com/TMElyralab/MuseTalk.git MuseTalkBase
|
| 19 |
|
| 20 |
+
RUN git clone https://huggingface.co/spaces/e-commint/MuseTal MuseTalk
|
|
|
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
# Set working directory to MuseTalk project
|