I think this problem is similar this topic.
If you cannot start with a fresh OS install, you should uninstall all current drivers.
sudo apt-get purge nvidia-*
sudo reboot
sudo apt update
sudo ubuntu-drivers install --gpgpu
sudo reboot
This steps will also uninstall packages such as nvidia-container-runtime, so reinstall them accordingly.