NVIDIA is happy to announce the release of the latest version of the preview driver with support for
RTX3060Ti and
fix for the installation problems observed in
notebooks, including some
performance optimizations.
Download here
NVIDIA's
Wea
Se
Ls did not update the setup section of the
online documentation I did so and improved it a bit.
Works fine under Ubuntu 20.04
If it fails under other distros, report back. EDIT:
$distribution has some hiccups, any ideas?
distribution=$(. /etc/os-release;echo $ID$VERSION_ID | sed -e 's/\.//g')
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$distribution/x86_64/7fa2af80.pub
sudo sh -c 'echo "deb http://developer.download.nvidia.com/compute/cuda/repos/$distribution/x86_64 /" > /etc/apt/sources.list.d/cuda.list'
sudo apt-get update
sudo apt-get install -y cuda-toolkit-11-2
