Yes. This probably broke my DietPi installation (Debian 12). After updating to 565 drivers, my Jellyfin in Docker refuses to launch with the following message:
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 container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: load library failed: libnvidia-ml.so.1: cannot open shared object file: no such file or directory: unknown
And nvidia-smi stopped working:
NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
Please also try adding directory that contains libnvidia-ml.so to your system PATH.
Unfortunately, that did not work… When trying to install the nvidia-open-560 I got this message…
sudo apt install nvidia-open-560
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
nvidia-open-560 : Depends: nvidia-kernel-open-dkms (< 561) but 565.57.01-1 is to be installed
Depends: nvidia-driver (< 561) but 565.57.01-1 is to be installed
Depends: libcuda1 (< 561) but 565.57.01-1 is to be installed
Depends: libcudadebugger1 (< 561) but 565.57.01-1 is to be installed
Depends: libnvcuvid1 (< 561) but 565.57.01-1 is to be installed
Depends: libnvidia-allocator1 (< 561) but 565.57.01-1 is to be installed
Depends: libnvidia-pkcs11-openssl3 (< 561) but 565.57.01-1 is to be installed
Depends: libnvidia-encode1 (< 561) but 565.57.01-1 is to be installed
Depends: libnvidia-fbc1 (< 561) but 565.57.01-1 is to be installed
Depends: libnvidia-opticalflow1 (< 561) but 565.57.01-1 is to be installed
Depends: libnvidia-ptxjitcompiler1 (< 561) but 565.57.01-1 is to be installed
Depends: libnvoptix1 (< 561) but 565.57.01-1 is to be installed
Depends: libxnvctrl-dev (< 561) but 565.57.01-1 is to be installed
Depends: nvidia-cuda-mps (>= 560.35.03)
Depends: nvidia-cuda-mps (< 561)
Depends: nvidia-opencl-common (>= 560.35.03)
Depends: nvidia-opencl-common (< 561)
Depends: nvidia-opencl-icd (< 561) but 565.57.01-1 is to be installed
Depends: nvidia-smi (>= 560.35.03)
Depends: nvidia-smi (< 561)
Depends: nvidia-modprobe (< 561)
Depends: nvidia-settings (< 561) but 565.57.01-1 is to be installed
Error: Unable to correct problems, you have held broken packages.
Hi, please install the meta package cuda-drivers
it will install all packages. nvidia-smi binary also has moved from nvidia-smi to the nvidia-cuda-driver package.
I completely uninstalled Nvidia drivers and installed with your command. It did not help and I’m still getting a error message when trying to run nvidia-smi:
NVIDIA-SMI couldn't find libnvidia-ml.so library in your system. Please make sure that the NVIDIA Display Driver is properly installed and present in your system.
Please also try adding directory that contains libnvidia-ml.so to your system PATH.