Writable cache dirs
Browse files- 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
|