Ajeet Singh Raina commited on
Commit
f99ca69
·
1 Parent(s): 988cf30

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -10,8 +10,6 @@ COPY ./requirements.txt /code/requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
13
- ENV MPLCONFIGDIR /app/.config/matplotlib
14
- RUN mkdir -p $MPLCONFIGDIR
15
 
16
  CMD ["python3", "app.py"]
17
 
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  COPY . .
 
 
13
 
14
  CMD ["python3", "app.py"]
15