Horje
install cuda drivers in ubuntu Code Example
install cuda drivers 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/7fa2af80.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
install cuda on ubuntu
$ sudo apt update
$ sudo apt install nvidia-cuda-toolkit




Shell

Related
is linux good Code Example is linux good Code Example
target lcobucci jwt parser is not instantiable while building laravel passport Code Example target lcobucci jwt parser is not instantiable while building laravel passport Code Example
rsync skipping non-regular file Code Example rsync skipping non-regular file Code Example
how to get divided number in mac terminal Code Example how to get divided number in mac terminal Code Example
awk trim every nth line Code Example awk trim every nth line Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13