Spaces:
Sleeping
Sleeping
Junathan Richie commited on
Commit ·
17e8367
1
Parent(s): ab5484f
fix: libgl depedencies issue
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
-
libgl1
|
|
|
|
| 5 |
ffmpeg \
|
| 6 |
libsm6 \
|
| 7 |
libxext6 \
|
|
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
+
libgl1 \
|
| 5 |
+
libglx-mesa0 \
|
| 6 |
ffmpeg \
|
| 7 |
libsm6 \
|
| 8 |
libxext6 \
|