Spaces:
Runtime error
Runtime error
anchor
commited on
Commit
•
0ab0d76
1
Parent(s):
f2181d4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN echo "docker start"\
|
|
25 |
&& which python \
|
26 |
&& pwd
|
27 |
|
28 |
-
RUN git clone -b
|
29 |
# RUN mkdir ./MuseV/checkpoints \
|
30 |
# && ls -l ./MuseV
|
31 |
RUN chmod -R 777 /home/user/app/MuseV
|
|
|
25 |
&& which python \
|
26 |
&& pwd
|
27 |
|
28 |
+
RUN git clone -b main --recursive https://github.com/TMElyralab/MuseV.git
|
29 |
# RUN mkdir ./MuseV/checkpoints \
|
30 |
# && ls -l ./MuseV
|
31 |
RUN chmod -R 777 /home/user/app/MuseV
|