Spaces:
Runtime error
Runtime error
Commit
·
2a036e3
1
Parent(s):
7d546f8
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -62,7 +62,7 @@ RUN mkdir -p /usr/share/glvnd/egl_vendor.d && \
|
|
62 |
echo '{"file_format_version": "1.0.0", "ICD": {"library_path": "libEGL_nvidia.so.0"}}' > /usr/share/glvnd/egl_vendor.d/10_nvidia.json
|
63 |
|
64 |
# Create additional EGL configs that might be needed
|
65 |
-
RUN echo '{"file_format_version": "1.0.0", "ICD": {"library_path": "libEGL_mesa.so.0"}}' > /usr/share/glvnd/egl_vendor.d/50_mesa.json
|
66 |
|
67 |
# Create symlinks for NVIDIA EGL libraries if they exist in different locations
|
68 |
RUN if [ -f /usr/local/cuda/lib64/libEGL_nvidia.so.0 ]; then \
|
|
|
62 |
echo '{"file_format_version": "1.0.0", "ICD": {"library_path": "libEGL_nvidia.so.0"}}' > /usr/share/glvnd/egl_vendor.d/10_nvidia.json
|
63 |
|
64 |
# Create additional EGL configs that might be needed
|
65 |
+
#RUN echo '{"file_format_version": "1.0.0", "ICD": {"library_path": "libEGL_mesa.so.0"}}' > /usr/share/glvnd/egl_vendor.d/50_mesa.json
|
66 |
|
67 |
# Create symlinks for NVIDIA EGL libraries if they exist in different locations
|
68 |
RUN if [ -f /usr/local/cuda/lib64/libEGL_nvidia.so.0 ]; then \
|