Tutorials
  • Tutorials
  • Linux
    • Pryor
    • SSH
    • Putty
    • Transferring files
    • Screen
    • Parallel
  • NGS
    • Sample QC
    • Consensus building
    • FastQ to VCF
    • Mapping pipeline
    • Fst with delly
    • Kraken2
  • R
    • TryCatch
  • Sysadmin
    • Nvidia drivers
    • Beagle-GPU
Powered by GitBook
On this page

Was this helpful?

  1. Sysadmin

Nvidia drivers

PreviousTryCatchNextBeagle-GPU

Last updated 4 years ago

Was this helpful?

Taken from

wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin
sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/11.1.1/local_installers/cuda-repo-ubuntu1804-11-1-local_11.1.1-455.32.00-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1804-11-1-local_11.1.1-455.32.00-1_amd64.deb
sudo apt-key add /var/cuda-repo-ubuntu1804-11-1-local/7fa2af80.pub
sudo apt-get update
sudo apt-get -y install cuda

https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#post-installation-actions