Spaces:
Runtime error
Runtime error
Commit
·
7d546f8
1
Parent(s):
893b967
no! not mesa!!
Browse files- Dockerfile +15 -10
Dockerfile
CHANGED
@@ -30,19 +30,24 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
|
|
30 |
nano \
|
31 |
bzip2 \
|
32 |
libx11-6 \
|
33 |
-
# EGL
|
34 |
-
libegl1
|
35 |
-
|
36 |
-
libgl1-mesa-glx \
|
37 |
-
libgl1-mesa-dri \
|
38 |
-
libgles2-mesa \
|
39 |
-
libgles2-mesa-dev \
|
40 |
-
mesa-utils \
|
41 |
-
mesa-utils-extra \
|
42 |
-
# more OpenGL stuff
|
43 |
libglfw3 \
|
44 |
libglfw3-dev \
|
45 |
freeglut3-dev \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
# X11 libraries because why not
|
47 |
xvfb \
|
48 |
x11-utils \
|
|
|
30 |
nano \
|
31 |
bzip2 \
|
32 |
libx11-6 \
|
33 |
+
# EGL packages
|
34 |
+
libegl1 \
|
35 |
+
libgles2 \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
libglfw3 \
|
37 |
libglfw3-dev \
|
38 |
freeglut3-dev \
|
39 |
+
|
40 |
+
# mesa packages.. we should NOT use this,
|
41 |
+
# because software rendering sucks.
|
42 |
+
#libegl1-mesa \
|
43 |
+
#libegl1-mesa-dev \
|
44 |
+
#libgl1-mesa-glx \
|
45 |
+
#libgl1-mesa-dri \
|
46 |
+
#libgles2-mesa \
|
47 |
+
#libgles2-mesa-dev \
|
48 |
+
#mesa-utils \
|
49 |
+
#mesa-utils-extra \
|
50 |
+
|
51 |
# X11 libraries because why not
|
52 |
xvfb \
|
53 |
x11-utils \
|