Spaces:
Sleeping
Sleeping
Commit ·
fbac2d5
1
Parent(s): 58e308d
fix: dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ WORKDIR /app
|
|
| 12 |
|
| 13 |
# Install essential system dependencies including build-essential
|
| 14 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 15 |
-
libgl1
|
| 16 |
libglib2.0-0 \
|
| 17 |
tesseract-ocr \
|
| 18 |
poppler-utils \
|
|
|
|
| 12 |
|
| 13 |
# Install essential system dependencies including build-essential
|
| 14 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 15 |
+
libgl1 \
|
| 16 |
libglib2.0-0 \
|
| 17 |
tesseract-ocr \
|
| 18 |
poppler-utils \
|