GDMProjects commited on
Commit
e7a74e0
·
verified ·
1 Parent(s): c8449fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,5 +11,5 @@ RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  EXPOSE 7860
13
  ENV GRADIO_SERVER_NAME=0.0.0.0
14
-
15
  CMD ["python", "app.py"]
 
11
 
12
  EXPOSE 7860
13
  ENV GRADIO_SERVER_NAME=0.0.0.0
14
+ ENV MPLCONFIGDIR=/tmp/matplotlib
15
  CMD ["python", "app.py"]