smishr-18 commited on
Commit
8700db3
1 Parent(s): c766d7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ COPY . /app
10
 
11
  # Install Python dependencies
12
  RUN pip install -r requirements.txt
 
13
  RUN mkdir -p /app/flagged && chmod 777 /app/flagged
14
  # Set the Tesseract path for pytesseract
15
  ENV TESSDATA_PREFIX /usr/share/
 
10
 
11
  # Install Python dependencies
12
  RUN pip install -r requirements.txt
13
+ ENV MPLCONFIGDIR=/app/matplotlib-config
14
  RUN mkdir -p /app/flagged && chmod 777 /app/flagged
15
  # Set the Tesseract path for pytesseract
16
  ENV TESSDATA_PREFIX /usr/share/