Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -27,6 +27,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 27 |
#adding the poppler
|
| 28 |
RUN apt-get update && apt-get install -y poppler-utils
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
# Copy the requirements file into the container at /app
|
| 31 |
COPY requirements.txt /app/
|
| 32 |
|
|
|
|
| 27 |
#adding the poppler
|
| 28 |
RUN apt-get update && apt-get install -y poppler-utils
|
| 29 |
|
| 30 |
+
#adding the poppler
|
| 31 |
+
RUN apt-get update && apt-get install -y tesseract-ocr
|
| 32 |
+
|
| 33 |
# Copy the requirements file into the container at /app
|
| 34 |
COPY requirements.txt /app/
|
| 35 |
|