Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
# Use the official Python 3.9 image
|
| 2 |
FROM python:3.9
|
| 3 |
|
| 4 |
-
RUN apt-get update && apt-get install -y \
|
| 5 |
-
|
| 6 |
-
|
| 7 |
|
| 8 |
# Set the working directory to /code
|
| 9 |
WORKDIR /code
|
|
|
|
| 1 |
# Use the official Python 3.9 image
|
| 2 |
FROM python:3.9
|
| 3 |
|
| 4 |
+
# RUN apt-get update && apt-get install -y \
|
| 5 |
+
# tesseract-ocr-all \
|
| 6 |
+
# && rm -rf /var/lib/apt/lists/*
|
| 7 |
|
| 8 |
# Set the working directory to /code
|
| 9 |
WORKDIR /code
|