Difference between revisions of "NVIDIA GPU configuration"

From Colettapedia
Jump to navigation Jump to search
Line 11: Line 11:
  
 
==Kernel source Tree==
 
==Kernel source Tree==
<pre>Unable to find the kernel source tree for the currently running kernel.
+
* <code>yum install kernel-devel</code> - install kernel source files on CentOS 7
Please make sure you have installed the kernel source files for your kernel
 
and that they are properly configured; on Red Hat Linux systems, for example,
 
be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. 
 
If you know the correct kernel source files are installed, you may specify
 
the kernel source path with the '--kernel-source-path' command line option.</pre>
 
  
 
==Install NVIDIA docker==
 
==Install NVIDIA docker==
 
* [https://github.com/NVIDIA/nvidia-docker nvidia-docker]
 
* [https://github.com/NVIDIA/nvidia-docker nvidia-docker]

Revision as of 18:23, 30 October 2019

Download GPU and CUDA drivers

Disable Nouveau

  • modprobe configuration files
  • Installer creates these files:
    • /usr/lib/modprobe.d/nvidia-installer-disable-nouveau.conf
    • /etc/modprobe.d/nvidia-installer-disable-nouveau.conf

Kernel source Tree

  • yum install kernel-devel - install kernel source files on CentOS 7

Install NVIDIA docker