Uable to install Nvidia Docker, apt returns error.
abc@qwe:~$ sudo apt-get install -y nvidia-container-runtime
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
The following packages have unmet dependencies:
nvidia-container-runtime : Depends: nvidia-container-toolkit (>= 1.4.1) but 1.4.0-0lambda0.20.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
abc@qwe:~$ sudo apt-get install nvidia-docker2
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
The following packages have unmet dependencies:
nvidia-docker2 : Depends: nvidia-container-runtime (>= 3.4.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
abc@qwe:~$ sudo apt-get install nvidia-container-toolkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-container-toolkit is already the newest version (1.4.0-0lambda0.20.04.1).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.