ka1kuk commited on
Commit
f23a51a
1 Parent(s): 4f7c60f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -4,6 +4,9 @@ FROM python:3.8
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
 
 
 
7
  # Copy the requirements file into the container
8
  COPY requirements.txt /app/
9
 
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
+ # Set MPLCONFIGDIR environment variable to a writable directory
8
+ ENV MPLCONFIGDIR=/tmp/matplotlib_config
9
+
10
  # Copy the requirements file into the container
11
  COPY requirements.txt /app/
12