Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.11-slim
|
|
| 3 |
# Install system dependencies (needed for OpenCV/Pillow if your detector uses them)
|
| 4 |
USER root
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
-
libgl1
|
| 7 |
libglib2.0-0 \
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|
|
|
|
| 3 |
# Install system dependencies (needed for OpenCV/Pillow if your detector uses them)
|
| 4 |
USER root
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
+
libgl1 \
|
| 7 |
libglib2.0-0 \
|
| 8 |
&& rm -rf /var/lib/apt/lists/*
|
| 9 |
|