MIDS-scaling-up / v2

W251 2018 reload
75 stars 114 forks source link

Install Cuda Instructions in HW3 can be updated #10

Open andrewlarimer opened 5 years ago

andrewlarimer commented 5 years ago

New CUDA drivers are required to work with the nvidia-smi at the bottom of HW3, so the Install CUDA section can be updated for now to v10.1:

wget https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda-repo-ubuntu1604-10-1-local-10.1.105-418.39_1.0-1_amd64.deb sudo dpkg -i cuda-repo-ubuntu1604-10-1-local-10.1.105-418.39_1.0-1_amd64.deb sudo apt-key add /var/cuda-repo-10-1-local-10.1.105-418.39/7fa2af80.pub sudo apt-get update sudo apt-get install cuda