“Installieren Sie Cuda Ubuntu” Code-Antworten

Installieren Sie CUDA -Treiber in 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

Installieren Sie 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

Ähnliche Antworten wie “Installieren Sie Cuda Ubuntu”

Fragen ähnlich wie “Installieren Sie Cuda Ubuntu”

Weitere verwandte Antworten zu “Installieren Sie Cuda Ubuntu” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen