Natthathida commited on
Commit
a0e9b34
·
verified ·
1 Parent(s): 68a9fcd

Update Dockerfile

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