mphycx commited on
Commit
0b4448c
·
1 Parent(s): 6c20deb

fix cache permission

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  FROM python:3.9-slim-bullseye as pdfgpt-chat-img
2
  RUN mkdir -p /.jina
3
  RUN chmod 777 /.jina
 
 
4
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
 
1
  FROM python:3.9-slim-bullseye as pdfgpt-chat-img
2
  RUN mkdir -p /.jina
3
  RUN chmod 777 /.jina
4
+ RUN mkdir -p /.cache
5
+ RUN chmod 777 /.cache
6
 
7
  RUN apt-get update && apt-get install -y \
8
  build-essential \