Spaces:
Sleeping
Sleeping
Commit ·
db7f340
1
Parent(s): b091672
fix: replace deprecated deps
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 7 |
libsm6 \
|
| 8 |
libxext6 \
|
| 9 |
libxrender-dev \
|
| 10 |
-
libgl1
|
|
|
|
| 11 |
|
| 12 |
COPY requirements.txt .
|
| 13 |
|
|
|
|
| 7 |
libsm6 \
|
| 8 |
libxext6 \
|
| 9 |
libxrender-dev \
|
| 10 |
+
libgl1 \
|
| 11 |
+
libglx-mesa0
|
| 12 |
|
| 13 |
COPY requirements.txt .
|
| 14 |
|