“instalacja CUDA w Ubuntu” Kod odpowiedzi

instalacja CUDA w 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

Zainstaluj 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

Odpowiedzi podobne do “instalacja CUDA w Ubuntu”

Pytania podobne do “instalacja CUDA w Ubuntu”

Więcej pokrewnych odpowiedzi na “instalacja CUDA w Ubuntu” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu