Spaces:
Sleeping
Sleeping
Aditya Adaki commited on
Commit ·
8242a88
1
Parent(s): fdcec08
Fix: use libgl1 instead of deprecated libgl1-mesa-glx
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
# Install system dependencies for OpenCV
|
| 6 |
RUN apt-get update && apt-get install -y \
|
| 7 |
-
libgl1
|
| 8 |
libglib2.0-0 \
|
| 9 |
libsm6 \
|
| 10 |
libxext6 \
|
|
|
|
| 4 |
|
| 5 |
# Install system dependencies for OpenCV
|
| 6 |
RUN apt-get update && apt-get install -y \
|
| 7 |
+
libgl1 \
|
| 8 |
libglib2.0-0 \
|
| 9 |
libsm6 \
|
| 10 |
libxext6 \
|