ecommeh commited on
Commit
6be1ba3
·
verified ·
1 Parent(s): 54c7cbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- ARG HF_TOKEN
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