Spaces:
Runtime error
Runtime error
Commit
·
dea5aa1
1
Parent(s):
2a036e3
fix
Browse files- Dockerfile +5 -2
Dockerfile
CHANGED
@@ -77,8 +77,11 @@ ENV LD_LIBRARY_PATH="/usr/local/nvidia/lib:/usr/local/nvidia/lib64:/usr/lib/x86_
|
|
77 |
|
78 |
# more EGL environment variables
|
79 |
ENV EGL_PLATFORM=device
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
82 |
ENV __EGL_VENDOR_LIBRARY_DIRS=/usr/share/glvnd/egl_vendor.d
|
83 |
|
84 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
|
77 |
|
78 |
# more EGL environment variables
|
79 |
ENV EGL_PLATFORM=device
|
80 |
+
|
81 |
+
# commented out, as we disable mesa
|
82 |
+
#ENV MESA_GL_VERSION_OVERRIDE=4.5
|
83 |
+
#ENV MESA_GLSL_VERSION_OVERRIDE=450
|
84 |
+
|
85 |
ENV __EGL_VENDOR_LIBRARY_DIRS=/usr/share/glvnd/egl_vendor.d
|
86 |
|
87 |
RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|