asolopovas commited on
Commit
fbfe6dd
1 Parent(s): 58974db
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,9 +6,8 @@ FROM python:3.9
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
- RUN pip install --no-cache-dir --prefer-binary -r /code/requirements.txt
10
 
11
- RUN pip install --user matplotlib
12
  COPY . .
13
 
14
  ENV MPLCONFIGDIR=/tmp/matplotlib
 
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
+ RUN pip install --no-cache-dir -r /code/requirements.txt
10
 
 
11
  COPY . .
12
 
13
  ENV MPLCONFIGDIR=/tmp/matplotlib