Created
April 26, 2018 20:50
-
-
Save Davidnet/515415f0ef06df1fcf6b46b814b17ad7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
####################### | |
# CUDA 9.0 CUDNN 7.0 # | |
####################### | |
sudo apt-get update && sudo apt-get install -y wget tar bzip2 | |
####################### | |
# CUDA 9.0 # | |
####################### | |
mkdir ~/src/cuda && cd ~/src/cuda | |
wget -q "http://developer.download.nvidia.com/devzone/devcenter/mobile/jetpack_l4t/3.2GA/m892ki/JetPackL4T_32_b196/cuda-repo-l4t-9-0-local_9.0.252-1_arm64.deb" | |
sudo dpkg -i cuda-repo-l4t-9-0-local_9.0.252-1_arm64.deb | |
sudo apt-key add /var/cuda-repo-9-0-local/7fa2af80.pub | |
sudo apt-get update && sudo apt-get install cuda-toolkit-9-0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment