Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -47,8 +47,8 @@ RUN find /app/cache/hub/models--suno--bark/blobs -type f -exec chmod u+rw {} \;
|
|
47 |
&& find /app/cache/hub/models--suno--bark/blobs -type d -exec chmod u+rwx {} \;
|
48 |
|
49 |
# ตั้งค่าสิทธิ์ในไดเรกทอรี refs
|
50 |
-
RUN find /app/cache/hub/models--suno--bark/refs -type f -exec chmod u+rw {} \; \
|
51 |
-
&& find /app/cache/hub/models--suno--bark/refs -type d -exec chmod u+rwx {} \;
|
52 |
|
53 |
RUN chmod -R u+rwX /app/cache/hub
|
54 |
|
|
|
47 |
&& find /app/cache/hub/models--suno--bark/blobs -type d -exec chmod u+rwx {} \;
|
48 |
|
49 |
# ตั้งค่าสิทธิ์ในไดเรกทอรี refs
|
50 |
+
RUN find /app/cache/hub/models--suno--bark/refs/main -type f -exec chmod u+rw {} \; \
|
51 |
+
&& find /app/cache/hub/models--suno--bark/refs/main -type d -exec chmod u+rwx {} \;
|
52 |
|
53 |
RUN chmod -R u+rwX /app/cache/hub
|
54 |
|