How to Install GPU Drivers on CentOS
· ☕ 5 min read
Using CentOS 7.7 and a Tesla P100 GPU as an example.
1. Preparing the Base Environment Install the lspci command 1 yum install -y pciutils Check whether the GPU supports CUDA 1 2 3 lspci | grep -i nvidia 00:09.0 3D controller: NVIDIA Corporation GP100GL [Tesla P100 PCIe 12GB] (rev a1) List of CUDA-capable GPUs: https://developer.