ccoreilly commited on
Commit
58b3ffd
1 Parent(s): bfa1ccb

Writable cache dirs

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY app.py .
15
 
16
  RUN pip install -r requirements.txt
17
 
18
- RUN mkdir -p cache
19
 
20
  ENV NUMBA_CACHE_DIR=./cache
21
  ENV MPLCONFIGDIR=./cache
 
15
 
16
  RUN pip install -r requirements.txt
17
 
18
+ RUN mkdir -p cache && chmod 777 cache
19
 
20
  ENV NUMBA_CACHE_DIR=./cache
21
  ENV MPLCONFIGDIR=./cache