Skip to content

Instantly share code, notes, and snippets.

@ptgamr
Last active February 3, 2019 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptgamr/a58d882d841c9dbe1929e688c5cb100d to your computer and use it in GitHub Desktop.
Save ptgamr/a58d882d841c9dbe1929e688c5cb100d to your computer and use it in GitHub Desktop.
cuda
3290  sudo sh ~/Downloads/cuda_10.0.130_410.48_linux.run              
3291  tail -f /var/log/nvidia-installer.log                              
3292  lsmod | grep nouveau                       
3293  tail -f /var/log/nvidia-installer.log                                              
3294  nvidia-detector            
3295  lsmod | grep nouveau                                       
3296  sudo sh ~/Downloads/cuda_10.0.130_410.48_linux.run


3308  cd Downloads            
3309  sudo dpkg -i libcudnn7_7.4.2.24-1+cuda10.0_amd64.deb  
3310  sudo dpkg -i libcudnn7-dev_7.4.2.24-1+cuda10.0_amd64.deb    
3311  sudo dpkg -i libcudnn7-doc_7.4.2.24-1+cuda10.0_amd64.deb      
3312  cp -r /usr/src/cudnn_samples_v7 $HOME                           
3313  cd ~/cudnn_samples_v7                                       
3314  cd mnistCUDNN                                               
3315  make clean && make                                      
3316  ./mnistCUDNN     
Installing the NVIDIA display driver...
Installing the CUDA Toolkit in /usr/local/cuda-10.0 ...
Missing recommended library: libGLU.so
Missing recommended library: libGL.so
Installing the CUDA Samples in /home/ptgamr ...
Copying samples to /home/ptgamr/NVIDIA_CUDA-10.0_Samples now...
Finished copying samples.
===========
= Summary =
===========
Driver: Installed
Toolkit: Installed in /usr/local/cuda-10.0
Samples: Installed in /home/ptgamr, but missing recommended libraries
Please make sure that
- PATH includes /usr/local/cuda-10.0/bin
- LD_LIBRARY_PATH includes /usr/local/cuda-10.0/lib64, or, add /usr/local/cuda-10.0/lib64 to /etc/ld.so.conf and run ldconfig as root
To uninstall the CUDA Toolkit, run the uninstall script in /usr/local/cuda-10.0/bin
To uninstall the NVIDIA Driver, run nvidia-uninstall
Please see CUDA_Installation_Guide_Linux.pdf in /usr/local/cuda-10.0/doc/pdf for detailed information on setting up CUDA.
Logfile is /tmp/cuda_install_2053.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment