You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note: Nvidia support is not available for Alpine-based images.**
59
60
60
61
**Prerequisites:**
61
62
62
63
1. **Driver:** Proprietary drivers **580 or higher** are required. **Crucially, you should install the driver using the `.run` file downloaded directly from the Nvidia website.**
63
-
* **Unraid:** Use the production branch from the Nvidia Driver Plugin.
64
-
2. **Kernel Parameter:** You must set `nvidia-drm.modeset=1` in your host bootloader.
65
-
* **Standard Linux (GRUB):** Edit `/etc/default/grub` and add the parameter to your existing `GRUB_CMDLINE_LINUX_DEFAULT` line:
* **Unraid (Syslinux):** Edit the file `/boot/syslinux/syslinux.cfg` and add `nvidia-drm.modeset=1` to the end of the `append` line for the Unraid OS boot entry.
64
+
* **Unraid:** Use the production branch from the Nvidia Driver Plugin.
65
+
66
+
2. **Kernel Parameter:** You must set `nvidia-drm.modeset=1` in your host bootloader.
67
+
* **Standard Linux (GRUB):** Edit `/etc/default/grub` and add the parameter to your existing `GRUB_CMDLINE_LINUX_DEFAULT` line:
* **Unraid (Syslinux):** Edit the file `/boot/syslinux/syslinux.cfg` and add `nvidia-drm.modeset=1` to the end of the `append` line for the Unraid OS boot entry.
80
+
74
81
3. **Hardware Initialization:** **On headless systems, the Nvidia video card requires a physical dummy plug inserted into the GPU so that DRM initializes properly.**
82
+
75
83
4. **Docker Runtime:** Configure the host docker daemon to use the Nvidia runtime:
0 commit comments