Spaces:
Sleeping
Sleeping
Commit ·
353cb5a
1
Parent(s): 96916ac
Fix: Add libGL.so.1 and OpenCV system dependencies
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 12 |
libxext6 \
|
| 13 |
libxrender-dev \
|
| 14 |
libgomp1 \
|
|
|
|
|
|
|
|
|
|
| 15 |
&& rm -rf /var/lib/apt/lists/*
|
| 16 |
|
| 17 |
# Set Streamlit configuration
|
|
|
|
| 12 |
libxext6 \
|
| 13 |
libxrender-dev \
|
| 14 |
libgomp1 \
|
| 15 |
+
libgl1-mesa-glx \
|
| 16 |
+
libglib2.0-0 \
|
| 17 |
+
ffmpeg \
|
| 18 |
&& rm -rf /var/lib/apt/lists/*
|
| 19 |
|
| 20 |
# Set Streamlit configuration
|