Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ COPY . /app
|
|
10 |
|
11 |
# Install Python dependencies
|
12 |
RUN pip install -r requirements.txt
|
13 |
-
|
14 |
# Set the Tesseract path for pytesseract
|
15 |
ENV TESSDATA_PREFIX /usr/share/
|
16 |
|
|
|
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/
|
16 |
|