Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ FROM python:3.10-slim
|
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
poppler-utils \
|
6 |
libgl1 \
|
|
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
# Set environment variables for HF Spaces
|
|
|
4 |
RUN apt-get update && apt-get install -y \
|
5 |
poppler-utils \
|
6 |
libgl1 \
|
7 |
+
libglib2.0-0 \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# Set environment variables for HF Spaces
|