szymonrucinski commited on
Commit
9adaa93
1 Parent(s): 069712a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -15,6 +15,10 @@ RUN pip install --upgrade pip
15
  # RUN apk add --update-cache --no-cache libgcc libquadmath musl \
16
  # && apk add --update-cache --no-cache libgfortran \
17
  # && apk add --update-cache --no-cache lapack-dev
 
 
 
 
18
  RUN echo $(ls)
19
  RUN echo $(pwd)
20
  RUN pip install -r /usr/src/good-mood/requirements.txt
 
15
  # RUN apk add --update-cache --no-cache libgcc libquadmath musl \
16
  # && apk add --update-cache --no-cache libgfortran \
17
  # && apk add --update-cache --no-cache lapack-dev
18
+ RUN mkdir -m 777 /tmp/NUMBA_CACHE_DIR /tmp/MPLCONFIGDIR
19
+ ENV NUMBA_CACHE_DIR=/tmp/NUMBA_CACHE_DIR/
20
+ ENV MPLCONFIGDIR=/tmp/MPLCONFIGDIR/
21
+
22
  RUN echo $(ls)
23
  RUN echo $(pwd)
24
  RUN pip install -r /usr/src/good-mood/requirements.txt