Skip to content

Instantly share code, notes, and snippets.

@yawara
Created January 27, 2016 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yawara/ed61831780c392505422 to your computer and use it in GitHub Desktop.
Save yawara/ed61831780c392505422 to your computer and use it in GitHub Desktop.
Debian 7 WheezyにCUDA 7.5をインストールする。 ref: http://qiita.com/yawara/items/a2eef8f9074f0a1e4261
> cat /etc/issue
Debian GNU/Linux 7 \n \l
> uname -a
Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.73-2+deb7u2 x86_64 GNU/Linux
> wget http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_7.5.18_linux.run
> sh cuda_7.5.18_linux.run
> export PATH=/usr/local/cuda/bin:$PATH
> export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment