Skip to content

Instantly share code, notes, and snippets.

@bcchenbc
Created April 24, 2018 06:53
Show Gist options
  • Save bcchenbc/563632994cc015b61edd5d97c171fc63 to your computer and use it in GitHub Desktop.
Save bcchenbc/563632994cc015b61edd5d97c171fc63 to your computer and use it in GitHub Desktop.
Install CUDA 8 on Debian 9
# Credit goes to the contributors of this post:
# https://devtalk.nvidia.com/default/topic/983777/can-t-locate-installutils-pm-in-inc/
# Assuming using run file: cuda_8.0.61_375.26_linux.run
./cuda_8.0.61_375.26_linux.run --tar mxvf
sudo cp InstallUtils.pm /usr/lib/x86_64-linux-gnu/perl-base
sudo ./cuda_8.0.61_375.26_linux.run --override
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment