##UBUNTU 2204
umask 022
cd /tmp/
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
sudo apt install /tmp/cuda-keyring_1.1-1_all.deb
sudo apt update
nvidia-detector
apt install -y `nvidia-detector` cuda-12-6 #check if later is available
systemctl isolate graphical.target
sudo apt install cuda-toolkit
/linux/configs/scripts/update nv
reboot
##ubuntu 2004
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
dpkg -i cuda-keyring_1.0-1_all.deb
apt-get update
nvidia-detector
apt install -y `nvidia-detector` cuda-12-6 #check if later is available
systemctl isolate graphical.target
/linux/configs/scripts/update nv
reboot
No comments:
Post a Comment