Spaces:
Sleeping
Sleeping
Meet Radadiya commited on
Commit ·
5cd3015
1
Parent(s): 8ea2c88
Fix: replace libgl1-mesa-glx with libgl1 for Debian Trixie
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ WORKDIR /app
|
|
| 6 |
|
| 7 |
# Install system dependencies
|
| 8 |
RUN apt-get update && apt-get install -y \
|
| 9 |
-
libgl1
|
| 10 |
libglib2.0-0 \
|
| 11 |
libsm6 \
|
| 12 |
libxext6 \
|
|
|
|
| 6 |
|
| 7 |
# Install system dependencies
|
| 8 |
RUN apt-get update && apt-get install -y \
|
| 9 |
+
libgl1 \
|
| 10 |
libglib2.0-0 \
|
| 11 |
libsm6 \
|
| 12 |
libxext6 \
|