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.  Please make sure you have installed the kernel source files for your kernel and that they are
+
<pre>Unable to find the kernel source tree for the currently running kernel.  
        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
+
  Please make sure you have installed the kernel source files for your kernel  
        are installed, you may specify the kernel source path with the '--kernel-source-path' command line option.</pre>
+
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 15:45, 29 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

Unable to find the kernel source tree for the currently running kernel. 
 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.

Install NVIDIA docker