ankban commited on
Commit
661aaa3
·
verified ·
1 Parent(s): ca4bdc8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ RUN apt update && \
4
  apt install -y ffmpeg git && \
5
  apt clean
6
 
 
 
7
  WORKDIR /app
8
  COPY requirements.txt .
9
  RUN pip install --no-cache-dir -r requirements.txt
 
4
  apt install -y ffmpeg git && \
5
  apt clean
6
 
7
+ ENV MPLCONFIGDIR=/tmp/matplotlib
8
+
9
  WORKDIR /app
10
  COPY requirements.txt .
11
  RUN pip install --no-cache-dir -r requirements.txt