Fred808 commited on
Commit
d091f2f
·
verified ·
1 Parent(s): bcd4b41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -26,6 +26,8 @@ RUN chmod -R 777 /app
26
  # Ensure /tmp is writable too (common scratch space)
27
  RUN chmod -R 777 /tmp
28
 
 
 
29
  # Default command to run the script (change as needed)
30
  EXPOSE 8000
31
 
 
26
  # Ensure /tmp is writable too (common scratch space)
27
  RUN chmod -R 777 /tmp
28
 
29
+ RUN chmod -R 777 /tmp/hf_cache
30
+
31
  # Default command to run the script (change as needed)
32
  EXPOSE 8000
33