Home / Steps to install NVIDIA cuda driver in Linux server using YUM

Steps to install NVIDIA cuda driver in Linux server using YUM

  • Install kernel development headers kernel-devel.

yum install kernel-devel

  • Attach EPEL repository.
  • Install Cuda driver.

yum install cuda

  • Now reboot server
  • List installed GPU with nvidia-smi

Leave a Reply