Here are a quick step to upgrade to the latest Driver (which needed for running Docker NVIDIA Nemo)
- Uninstall existing NVIDIA libraries
sudo apt purge "nvidia*" "libnvidia*"
2. Install the latest NVIDIA Driver
Add PPA and check the driver version as you wish to install
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo ubuntu-drivers list
Then to install
sudo apt install nvidia-driver-565
If you got error Failed to initialize NVML: Driver/library version mismatch
the solution is reboot.
If you are using NVIDIA Container Toolkit,
sudo apt-get install -y nvidia-container-toolkit
sudo nvidia-ctk runtime configure --runtime=docker
sudo systemctl restart docker