Natthathida commited on
Commit
979722b
·
verified ·
1 Parent(s): 44e9a12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -52,10 +52,12 @@ RUN find /app/cache/hub/hub/models--suno--bark/refs/main -type f -exec chmod u+r
52
  && find /app/cache/hub/hub/models--suno--bark/refs/main -type d -exec chmod u+rwx {} \;
53
 
54
  RUN chmod -R u+rwX /app/cache/hub
 
55
  RUN ls -al /app/cache/hub/
56
  RUN ls -al /app/cache/hub/hub/models--suno--bark/refs/
57
 
58
  ENV HF_HOME=/app/cache/hub/
 
59
 
60
  CMD ["python", "app.py"]
61
 
 
52
  && find /app/cache/hub/hub/models--suno--bark/refs/main -type d -exec chmod u+rwx {} \;
53
 
54
  RUN chmod -R u+rwX /app/cache/hub
55
+ RUN chmod -R u+rwX /app/cache/hub/hub
56
  RUN ls -al /app/cache/hub/
57
  RUN ls -al /app/cache/hub/hub/models--suno--bark/refs/
58
 
59
  ENV HF_HOME=/app/cache/hub/
60
+ ENV HF_HOME=/app/cache/hub/hub
61
 
62
  CMD ["python", "app.py"]
63