ka1kuk commited on
Commit
366614f
1 Parent(s): f23a51a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -7,6 +7,9 @@ WORKDIR /app
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
 
 
7
  # Set MPLCONFIGDIR environment variable to a writable directory
8
  ENV MPLCONFIGDIR=/tmp/matplotlib_config
9
 
10
+ # Set the FONTCONFIG_PATH environment variable
11
+ ENV FONTCONFIG_PATH=/tmp/fontconfig
12
+
13
  # Copy the requirements file into the container
14
  COPY requirements.txt /app/
15