TDN-M commited on
Commit
4dd9d57
·
verified ·
1 Parent(s): 9f5ea05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,4 +11,7 @@ RUN apt-get update && apt-get install -y \
11
  # Install Python dependencies
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
 
 
 
14
  CMD ["python", "app.py"]
 
11
  # Install Python dependencies
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
+ # Set Matplotlib cache directory
15
+ ENV MPLCONFIGDIR=/tmp/matplotlib-cache
16
+
17
  CMD ["python", "app.py"]