Spaces:
Sleeping
Sleeping
krishnachoudhary-hclguvi commited on
Fix libgl1 package for newer Debian
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ WORKDIR /app
|
|
| 12 |
# Install system dependencies for OCR and NLP
|
| 13 |
RUN apt-get update && apt-get install -y \
|
| 14 |
tesseract-ocr \
|
| 15 |
-
libgl1
|
| 16 |
libglib2.0-0 \
|
| 17 |
build-essential \
|
| 18 |
&& apt-get clean \
|
|
|
|
| 12 |
# Install system dependencies for OCR and NLP
|
| 13 |
RUN apt-get update && apt-get install -y \
|
| 14 |
tesseract-ocr \
|
| 15 |
+
libgl1 \
|
| 16 |
libglib2.0-0 \
|
| 17 |
build-essential \
|
| 18 |
&& apt-get clean \
|