XA7 commited on
Commit
91108ec
·
1 Parent(s): ff489da
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -29,6 +29,7 @@ EXPOSE 7860
29
  # Set environment variables for Gradio
30
  ENV GRADIO_SERVER_NAME="0.0.0.0"
31
  ENV GRADIO_SERVER_PORT=7860
 
32
 
33
  # Run the application
34
  CMD ["python", "app.py"]
 
29
  # Set environment variables for Gradio
30
  ENV GRADIO_SERVER_NAME="0.0.0.0"
31
  ENV GRADIO_SERVER_PORT=7860
32
+ ENV MPLCONFIGDIR=/tmp/matplotlib_cache
33
 
34
  # Run the application
35
  CMD ["python", "app.py"]