Skip to content

Instantly share code, notes, and snippets.

@anubhavsinha
Created September 15, 2014 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anubhavsinha/00cdc9284d0a1fc73c7c to your computer and use it in GitHub Desktop.
Save anubhavsinha/00cdc9284d0a1fc73c7c to your computer and use it in GitHub Desktop.
Nvidia Driver installation on EC2 RHEL 7 GPU instance
yum groupinstall "Development Tools"
yum install kernel-devel kernel-headers dkms
yum install pciutils
lspci -nn | grep VGA # to check your NVIDIA product version
yum update
sudo sh NVIDIA-Linux-x86_64-340.32.run --kernel-source-path /usr/src/kernels/3.10.0-123.6.3.el7.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment