Difference between revisions of "NVIDIA GPU configuration"

From Colettapedia
Jump to navigation Jump to search
Line 10: Line 10:
 
** /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
 
** /etc/modprobe.d/nvidia-installer-disable-nouveau.conf
  
 +
==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
 +
        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:44, 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