Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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/
|