You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ docker run --rm --runtime=nvidia --gpus all ubuntu nvidia-smi
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start co
ntainer process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: detection error: open failed: /usr/lib64/libnvidia-pkcs11-openssl3.so.570.124.04: no such file or directory: unknown
Run 'docker run --help' for more information
But my system has 570.133.07, not 570.124.04:
$ ls -l /lib64/libnvidia-*
lrwxrwxrwx. 1 root root 27 Jan 1 1970 /lib64/libnvidia-cfg.so.1 -> libnvidia-cfg.so.570.133.07
-rwxr-xr-x. 1 root root 403416 Jan 1 1970 /lib64/libnvidia-cfg.so.570.133.07
lrwxrwxrwx. 1 root root 32 Jan 1 1970 /lib64/libnvidia-container-go.so.1 -> libnvidia-container-go.so.1.17.5
-rwxr-xr-x. 1 root root 2959416 Jan 1 1970 /lib64/libnvidia-container-go.so.1.17.5
lrwxrwxrwx. 1 root root 29 Jan 1 1970 /lib64/libnvidia-container.so.1 -> libnvidia-container.so.1.17.5
-rwxr-xr-x. 1 root root 205272 Jan 1 1970 /lib64/libnvidia-container.so.1.17.5
lrwxrwxrwx. 1 root root 30 Jan 1 1970 /lib64/libnvidia-encode.so -> libnvidia-encode.so.570.133.07
lrwxrwxrwx. 1 root root 30 Jan 1 1970 /lib64/libnvidia-encode.so.1 -> libnvidia-encode.so.570.133.07
-rwxr-xr-x. 1 root root 297688 Jan 1 1970 /lib64/libnvidia-encode.so.570.133.07
lrwxrwxrwx. 1 root root 26 Jan 1 1970 /lib64/libnvidia-ml.so.1 -> libnvidia-ml.so.570.133.07
-rwxr-xr-x. 1 root root 2217912 Jan 1 1970 /lib64/libnvidia-ml.so.570.133.07
lrwxrwxrwx. 1 root root 28 Jan 1 1970 /lib64/libnvidia-nvvm.so.4 -> libnvidia-nvvm.so.570.133.07
-rwxr-xr-x. 1 root root 81978912 Jan 1 1970 /lib64/libnvidia-nvvm.so.570.133.07
lrwxrwxrwx. 1 root root 30 Jan 1 1970 /lib64/libnvidia-opencl.so.1 -> libnvidia-opencl.so.570.133.07
-rwxr-xr-x. 1 root root 65758768 Jan 1 1970 /lib64/libnvidia-opencl.so.570.133.07
lrwxrwxrwx. 1 root root 35 Jan 1 1970 /lib64/libnvidia-opticalflow.so.1 -> libnvidia-opticalflow.so.570.133.07
-rwxr-xr-x. 1 root root 67704 Jan 1 1970 /lib64/libnvidia-opticalflow.so.570.133.07
-rwxr-xr-x. 1 root root 10176 Jan 1 1970 /lib64/libnvidia-pkcs11-openssl3.so.570.133.07
lrwxrwxrwx. 1 root root 38 Jan 1 1970 /lib64/libnvidia-ptxjitcompiler.so.1 -> libnvidia-ptxjitcompiler.so.570.133.07
-rwxr-xr-x. 1 root root 38251952 Jan 1 1970 /lib64/libnvidia-ptxjitcompiler.so.570.133.07
lrwxrwxrwx. 1 root root 36 Jan 1 1970 /lib64/libnvidia-sandboxutils.so.1 -> libnvidia-sandboxutils.so.570.133.07
-rwxr-xr-x. 1 root root 78888 Jan 1 1970 /lib64/libnvidia-sandboxutils.so.570.133.07
Running nvidia-ctk runtime configure does not fix the issue.
Also tried running:
$ sudo ldconfig
ldconfig: Can't link /lib64/libnvidia-pkcs11-openssl3.so.570.124.04 to libnvidia-pkcs11-openssl3.so.570.133.07
If you need more details please let me know. I'm not too familiar with the nvidia container runtime.
The text was updated successfully, but these errors were encountered:
Docker is using the wrong nvidia libraries:
But my system has
570.133.07
, not570.124.04
:Running
nvidia-ctk runtime configure
does not fix the issue.Also tried running:
If you need more details please let me know. I'm not too familiar with the nvidia container runtime.
The text was updated successfully, but these errors were encountered: