Skip to content

Commit

Permalink
fix script install cuda 9.0 instead of 8.0 (CMU-Perceptual-Computing-…
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdee authored and gineshidalgo99 committed Jan 19, 2018
1 parent a812548 commit 3eb10ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/install_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ elif [[ $ubuntu_version == *"16."* ]]; then
sudo dpkg --install cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64-deb
fi
sudo apt-get update
sudo apt-get install cuda
sudo apt-get install cuda-8-0

# Install cuDNN 5.1
CUDNN_URL="http://developer.download.nvidia.com/compute/redist/cudnn/v5.1/cudnn-8.0-linux-x64-v5.1.tgz"
Expand Down

0 comments on commit 3eb10ff

Please sign in to comment.