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