Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
libsm6 \
|
| 9 |
libxext6 \
|
| 10 |
libxrender-dev \
|
|
|
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
| 13 |
# Optional: disable Paddle model source check (faster startup)
|
|
|
|
| 8 |
libsm6 \
|
| 9 |
libxext6 \
|
| 10 |
libxrender-dev \
|
| 11 |
+
poppler-utils \
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
|
| 14 |
# Optional: disable Paddle model source check (faster startup)
|