"wrappers/python/vscode:/vscode.git/clone" did not exist on "fdfdb0f0d680ff7e211b3e93e399712a9d11561c"
Commit 9bedaa9b authored by peastman's avatar peastman
Browse files

Merge pull request #637 from kyleabeauchamp/cuda65

[WIP] Use CUDA 6.5 in vagrant VM
parents 9a791e8d a4bda350
...@@ -28,13 +28,14 @@ rm ~/rpmbuild -r ...@@ -28,13 +28,14 @@ rm ~/rpmbuild -r
sudo yum clean headers sudo yum clean headers
sudo yum clean packages sudo yum clean packages
# Install CUDA6 for RHEL6 # Install CUDA6.5 for RHEL6
cd ~/Software cd ~/Software
wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-6.0-37.x86_64.rpm wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-6.5-14.x86_64.rpm
sudo rpm -i cuda-repo-rhel6-6.0-37.x86_64.rpm sudo rpm -i cuda-repo-rhel6-6.5-14.x86_64.rpm
sudo yum clean expire-cache sudo yum clean expire-cache
sudo yum install cuda -y sudo yum install cuda -y
rm cuda-repo-rhel6-6.0-37.x86_64.rpm # NOTE: NVIDIA may push new MAJOR release versions of CUDA without warning.
# This is even *before* doing the below update. Beware.
sudo yum update -y # Force a second update, in case CUDA has necessary patches. sudo yum update -y # Force a second update, in case CUDA has necessary patches.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment