arthuroe commited on
Commit
b453261
·
verified ·
1 Parent(s): c70b977

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -29,6 +29,7 @@ COPY openrouter_llm.py .
29
  # Create necessary directories
30
  RUN mkdir -p uploads vectordb
31
  RUN chmod -R 777 uploads
 
32
 
33
  # Expose port
34
  EXPOSE 7860
 
29
  # Create necessary directories
30
  RUN mkdir -p uploads vectordb
31
  RUN chmod -R 777 uploads
32
+ RUN chmod -R 777 ~/.cache
33
 
34
  # Expose port
35
  EXPOSE 7860