Natthathida commited on
Commit
1ba6b5f
·
verified ·
1 Parent(s): 682567c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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