derek-thomas HF staff commited on
Commit
bf9fccb
1 Parent(s): efc3d2e

Adding cache dir?

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,6 +24,7 @@ COPY supervisord.conf .
24
 
25
  # Set permissions on the log file
26
  RUN touch /app/mylog.log /app/supervisord.log && chmod a+rwx /app/mylog.log /app/supervisord.log
 
27
 
28
  # Expose the desired port
29
  EXPOSE 7860
 
24
 
25
  # Set permissions on the log file
26
  RUN touch /app/mylog.log /app/supervisord.log && chmod a+rwx /app/mylog.log /app/supervisord.log
27
+ RUN mkdir -p /.cache/huggingface
28
 
29
  # Expose the desired port
30
  EXPOSE 7860