Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +15 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,21 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
| 15 |
libgomp1 \
|
| 16 |
libfontconfig1 \
|
| 17 |
libgl1-mesa-glx \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
libxrender1 \
|
| 19 |
libgbm1 \
|
| 20 |
build-essential \
|
|
|
|
| 15 |
libgomp1 \
|
| 16 |
libfontconfig1 \
|
| 17 |
libgl1-mesa-glx \
|
| 18 |
+
libglfw3 \
|
| 19 |
+
libglfw3-dev \
|
| 20 |
+
libglew2.1 \
|
| 21 |
+
libglew-dev \
|
| 22 |
+
mesa-utils \
|
| 23 |
+
libc6 \
|
| 24 |
+
libxdamage1 \
|
| 25 |
+
libxfixes3 \
|
| 26 |
+
libxcb-glx0 \
|
| 27 |
+
libxcb-dri2-0 \
|
| 28 |
+
libxcb-dri3-0 \
|
| 29 |
+
libxcb-present0 \
|
| 30 |
+
libxcb-sync1 \
|
| 31 |
+
libxshmfence1 \
|
| 32 |
+
libxxf86vm1 \
|
| 33 |
libxrender1 \
|
| 34 |
libgbm1 \
|
| 35 |
build-essential \
|