Spaces:
Runtime error
Runtime error
anchor
commited on
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -25,7 +25,11 @@ 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
|
|
|
25 |
|
26 |
RUN ls -l \
|
27 |
&& ls -l ..\
|
28 |
+
&& ls -l ../../root\
|
29 |
+
&& ls -l ../../root/MuseV\
|
30 |
+
&& ls -l ../../root/MuseV/MMCM\
|
31 |
+
&& ls -l ../../root/MuseV/diffusers/src\
|
32 |
+
&& ls -l ../../root/MuseV/controlnet_aux/src
|
33 |
|
34 |
# Add entrypoint script
|
35 |
COPY entrypoint.sh /scripts/gradio/entrypoint.sh
|