Ubuntu 20.04 Installs nvidia drivers, Cuda, Cudnn
programmer.group › ubuntu-20Verify successful installation, command nvidia-smi 2. Cuda from https://developer.nvidia.com/cuda-toolkit-archive Download the corresponding version of cuda and select 18.04. gcc downgrade The GCC version that comes with Ubuntu 20.04 is 9.7.0. You need to add gcc7 to install cuda10.2. Enter the command to install gcc7. sudo apt install gcc-7 g++-7