Skip to content

Instantly share code, notes, and snippets.

@washcycle
Forked from anubhavsinha/nvidia.sh
Created June 14, 2018 12:33
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 washcycle/3be6c15ec3cf68afb5180aa36ff9f6c0 to your computer and use it in GitHub Desktop.
Save washcycle/3be6c15ec3cf68afb5180aa36ff9f6c0 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