Created
January 7, 2023 16:00
-
-
Save EricCousineau-TRI/0ea412b5d04babe9c61d1395fae8877f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NVLIBLIST.CONF | |
# This configuration file determines which NVIDIA libraries to search for on | |
# the host system when the --nv option is invoked. You can edit it if you have | |
# different libraries on your host system. You can also add binaries and they | |
# will be mounted into the container when the --nv option is passed. | |
# put binaries here | |
# In shared environments you should ensure that permissions on these files | |
# exclude writing by non-privileged users. | |
nvidia-smi | |
nvidia-debugdump | |
nvidia-persistenced | |
nvidia-cuda-mps-control | |
nvidia-cuda-mps-server | |
# put libs here (must end in .so) | |
libcuda.so | |
libEGL_installertest.so | |
libEGL_nvidia.so | |
libEGL.so | |
# libGLdispatch.so # Commented out per issue apptainer#945 | |
libGLESv1_CM_nvidia.so | |
libGLESv1_CM.so | |
libGLESv2_nvidia.so | |
libGLESv2.so | |
libGL.so | |
libGLX_installertest.so | |
libGLX_nvidia.so | |
libglx.so | |
# libGLX.so # Commented out per issue apptainer#945 | |
libnvcuvid.so | |
libnvidia-cbl.so | |
libnvidia-cfg.so | |
libnvidia-compiler.so | |
libnvidia-eglcore.so | |
libnvidia-egl-wayland.so | |
libnvidia-encode.so | |
libnvidia-fatbinaryloader.so | |
libnvidia-fbc.so | |
libnvidia-glcore.so | |
libnvidia-glsi.so | |
libnvidia-glvkspirv.so | |
libnvidia-gtk2.so | |
libnvidia-gtk3.so | |
libnvidia-ifr.so | |
libnvidia-ml.so | |
libnvidia-opencl.so | |
libnvidia-opticalflow.so | |
libnvidia-ptxjitcompiler.so | |
libnvidia-rtcore.so | |
libnvidia-tls.so | |
libnvidia-wfb.so | |
libnvoptix.so.1 | |
libOpenCL.so | |
libOpenGL.so | |
libvdpau_nvidia.so | |
nvidia_drv.so | |
tls_test_.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment