“Instal Cuda Ubuntu” Kode Jawaban

Instal Cuda Driver di Ubuntu

sudo apt-get install linux-headers-$(uname -r)
distribution=$(. /etc/os-release;echo $ID$VERSION_ID | sed -e 's/\.//g')
wget https://developer.download.nvidia.com/compute/cuda/repos/$distribution/x86_64/cuda-$distribution.pin
sudo mv cuda-$distribution.pin /etc/apt/preferences.d/cuda-repository-pin-600
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$distribution/x86_64/3bf863cc.pub
echo "deb http://developer.download.nvidia.com/compute/cuda/repos/$distribution/x86_64 /" | sudo tee /etc/apt/sources.list.d/cuda.list
sudo apt-get update
sudo apt-get -y install cuda cuda-drivers
XeN0N

Instal Cuda Ubuntu

sudo apt-get install nvidia-cuda-toolkit
sudo apt-get install nvidia-kernel-open-515
sudo apt-get install cuda-drivers-515

#I'm still uncertain with this way. CUDA installation is pretty confusing.
VeryHardBit

Jawaban yang mirip dengan “Instal Cuda Ubuntu”

Pertanyaan yang mirip dengan “Instal Cuda Ubuntu”

Lebih banyak jawaban terkait untuk “Instal Cuda Ubuntu” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya