Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ COPY . .
|
|
36 |
# RUN mkdir blabla/cache
|
37 |
RUN mkdir -p /app/cache/hub/models--suno--bark/snapshots/70a8a7d34168586dc5d028fa9666aceade177992
|
38 |
RUN mkdir -p /app/cache/hub/models--suno--bark/blobs
|
39 |
-
RUN mkdir -p /app/cache/hub/models--suno--bark/refs
|
40 |
|
41 |
# ตั้งค่าสิทธิ์ในไดเรกทอรี snapshots
|
42 |
RUN find /app/cache/hub/models--suno--bark/snapshots -type f -exec chmod u+rw {} \; \
|
|
|
36 |
# RUN mkdir blabla/cache
|
37 |
RUN mkdir -p /app/cache/hub/models--suno--bark/snapshots/70a8a7d34168586dc5d028fa9666aceade177992
|
38 |
RUN mkdir -p /app/cache/hub/models--suno--bark/blobs
|
39 |
+
RUN mkdir -p /app/cache/hub/models--suno--bark/refs/main
|
40 |
|
41 |
# ตั้งค่าสิทธิ์ในไดเรกทอรี snapshots
|
42 |
RUN find /app/cache/hub/models--suno--bark/snapshots -type f -exec chmod u+rw {} \; \
|