deeplearningparis / dl-machine

Scripts to setup a GPU / CUDA-enabled compute server with libraries for deep learning
http://www.meetup.com/Deep-Learning-Paris-Meetup/
MIT License
295 stars 72 forks source link

Upgrade to CUDA 7.0 #4

Closed cancan101 closed 9 years ago

cancan101 commented 9 years ago
sudo wget http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_7.0-28_amd64.deb 
sudo dpkg -i cuda-repo-ubuntu1404_7.0-28_amd64.deb  
ogrisel commented 9 years ago

Could you please send a PR?