Spaces:
Runtime error
Runtime error
anchor
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -15,8 +15,8 @@ WORKDIR /root
|
|
15 |
|
16 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
17 |
RUN mkdir ./MuseV/checkpoints \
|
18 |
-
&& ls -l ./MuseV
|
19 |
-
|
20 |
|
21 |
RUN chmod -R 777 /root/MuseV
|
22 |
|
|
|
15 |
|
16 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
17 |
RUN mkdir ./MuseV/checkpoints \
|
18 |
+
&& ls -l ./MuseV
|
19 |
+
WORKDIR ./MuseV/scripts/gradio
|
20 |
|
21 |
RUN chmod -R 777 /root/MuseV
|
22 |
|