Spaces:
Runtime error
Runtime error
anchor
commited on
Update Dockerfile
Browse files- Dockerfile +3 -7
Dockerfile
CHANGED
|
@@ -10,13 +10,7 @@ SHELL ["/bin/bash", "--login", "-c"]
|
|
| 10 |
USER root
|
| 11 |
RUN chown root:root -R /root
|
| 12 |
|
| 13 |
-
RUN which python
|
| 14 |
-
RUN pwd
|
| 15 |
-
|
| 16 |
WORKDIR /root
|
| 17 |
-
RUN pwd
|
| 18 |
-
RUN ls -l
|
| 19 |
-
RUN whoami
|
| 20 |
|
| 21 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
| 22 |
|
|
@@ -29,7 +23,9 @@ RUN mv /root/MuseV/scripts /
|
|
| 29 |
RUN mkdir /checkpoints
|
| 30 |
WORKDIR /scripts/gradio
|
| 31 |
|
| 32 |
-
RUN ls -l
|
|
|
|
|
|
|
| 33 |
|
| 34 |
# Add entrypoint script
|
| 35 |
COPY entrypoint.sh /scripts/gradio/entrypoint.sh
|
|
|
|
| 10 |
USER root
|
| 11 |
RUN chown root:root -R /root
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
WORKDIR /root
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
| 16 |
|
|
|
|
| 23 |
RUN mkdir /checkpoints
|
| 24 |
WORKDIR /scripts/gradio
|
| 25 |
|
| 26 |
+
RUN ls -l \
|
| 27 |
+
&& ls -l ..\
|
| 28 |
+
&& ls -l ../..
|
| 29 |
|
| 30 |
# Add entrypoint script
|
| 31 |
COPY entrypoint.sh /scripts/gradio/entrypoint.sh
|