Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.11
|
2 |
RUN pip install opencv-python
|
3 |
-
RUN apt-get update && apt-get install tesseract-ocr
|
4 |
|
5 |
# Set the working directory in the container
|
6 |
WORKDIR /app
|
|
|
1 |
FROM python:3.11
|
2 |
RUN pip install opencv-python
|
3 |
+
RUN apt-get update && apt-get install -y tesseract-ocr
|
4 |
|
5 |
# Set the working directory in the container
|
6 |
WORKDIR /app
|