Spaces:
Runtime error
Runtime error
YuITC commited on
Commit ·
71a4080
1
Parent(s): 2d1ac9a
fix dependencies installation
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,8 @@ WORKDIR /app
|
|
| 27 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 28 |
poppler-utils \
|
| 29 |
tesseract-ocr \
|
| 30 |
-
libreoffice \
|
|
|
|
| 31 |
&& rm -rf /var/lib/apt/lists/*
|
| 32 |
|
| 33 |
# Copy the installed packages from the builder stage
|
|
|
|
| 27 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 28 |
poppler-utils \
|
| 29 |
tesseract-ocr \
|
| 30 |
+
# libreoffice \
|
| 31 |
+
libtesseract5 \
|
| 32 |
&& rm -rf /var/lib/apt/lists/*
|
| 33 |
|
| 34 |
# Copy the installed packages from the builder stage
|