Type to search…

CUDA

Cuda

Isard !!!

shell
sudo apt install nvidia-utils-550-server
nvidia-smi -q|grep -i "Driver Version"

Verify you have a CUDA-Capable GPU

shell
lspci | grep -i nvidia

Install the cuda-keyring package:

shell
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb

Install CUDA SDK:

shell
sudo apt -y update
sudo apt install -y cuda-toolkit

You're reading a preview.

Sign in to read the full article. Any account opens 4 free articles a month; students and teachers read their course pages without limit.

Sign in