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