Skip to content

Instantly share code, notes, and snippets.

@laurencedawson
Created February 8, 2012 04:28
Show Gist options
  • Save laurencedawson/1765446 to your computer and use it in GitHub Desktop.
Save laurencedawson/1765446 to your computer and use it in GitHub Desktop.
Grab and install CUDA Toolkit
# Grab the latest version of the CUDA Toolkit (4.1)
wget http://developer.download.nvidia.com/compute/cuda/4_1/rel/toolkit/cudatoolkit_4.1.28_linux_64_ubuntu11.04.run
# Install the toolkit
sudo sh cudatoolkit_4.1.28_linux_64_ubuntu11.04.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment