Spaces:
Running
Running
Commit ·
bcfb62f
1
Parent(s): 2758540
Fix Dockerfile: Replace libgl1-mesa-glx with libgl1
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ ENV PORT=7860
|
|
| 10 |
|
| 11 |
# Install system dependencies required for OpenCV and AI models
|
| 12 |
RUN apt-get update && apt-get install -y \
|
| 13 |
-
libgl1
|
| 14 |
libglib2.0-0 \
|
| 15 |
libsm6 \
|
| 16 |
libxext6 \
|
|
|
|
| 10 |
|
| 11 |
# Install system dependencies required for OpenCV and AI models
|
| 12 |
RUN apt-get update && apt-get install -y \
|
| 13 |
+
libgl1 \
|
| 14 |
libglib2.0-0 \
|
| 15 |
libsm6 \
|
| 16 |
libxext6 \
|