Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -45,6 +45,8 @@ RUN find /app/cache/hub/hub/models--suno--bark/refs/main -type f -exec chmod u+r
|
|
45 |
&& find /app/cache/hub/hub/models--suno--bark/refs/main -type d -exec chmod u+rwx {} \;
|
46 |
|
47 |
RUN chmod -R u+rwX /app/cache/hub
|
|
|
|
|
48 |
|
49 |
ENV HF_HOME=/app/cache/hub/
|
50 |
|
|
|
45 |
&& find /app/cache/hub/hub/models--suno--bark/refs/main -type d -exec chmod u+rwx {} \;
|
46 |
|
47 |
RUN chmod -R u+rwX /app/cache/hub
|
48 |
+
RUN ls -al /app/cache/hub/
|
49 |
+
RUN ls -al /app/cache/hub/hub/models--suno--bark/refs/
|
50 |
|
51 |
ENV HF_HOME=/app/cache/hub/
|
52 |
|