Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cuda driver install in ubuntu

sudo apt-get install linux-headers-$(uname -r)
distribution=$(. /etc/os-release;echo $ID$VERSION_ID | sed -e 's/.//g')
arch=$(arch)
wget https://developer.download.nvidia.com/compute/cuda/repos/$distribution/$arch/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
# 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
Comment

PREVIOUS NEXT
Code Example
Shell :: npm uninstall package 
Shell :: git checkout branch and update submodules 
Shell :: command to lock a user 
Shell :: git diff two commits one file 
Shell :: to clear npx cache 
Shell :: how to login github in terminal 
Shell :: ssh-copy-id example 
Shell :: home brew for windows 10 
Shell :: linux find where program is installed 
Shell :: pwd linux 
Shell :: pyinstaller exe version info 
Shell :: npm version 
Shell :: sudo apt-get ignore errors 
Shell :: install bootstrap via npm 
Shell :: git ignore by file extension 
Shell :: how to boot into bios dell 
Shell :: npm install webpack 
Shell :: Simulate keys with powershell 
Shell :: material ui alert module 
Shell :: wsl file 
Shell :: kill running port in ubuntu using procees id 
Shell :: ssh timeout 
Shell :: powershell get all computers in ou 
Shell :: mongodb install kali linux 
Shell :: get path composer 
Shell :: Unable to boot device due to insufficient system resources. 
Shell :: git CAfile: none CRLfile: none 
Shell :: install docker-compose in centos 8 
Shell :: install tar.xz in ubuntu 20.4 
Shell :: create new docker image from existing 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =