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
Copy file name to clipboardExpand all lines: docs/images/docker-filezilla.md
+63-1Lines changed: 63 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,63 @@ For Intel and AMD GPUs.
112
112
- DRINODE=/dev/dri/renderD128
113
113
- DRI_NODE=/dev/dri/renderD128
114
114
```
115
+
116
+
##### Nvidia (Proprietary Drivers)
117
+
118
+
**Note: Nvidia support is not available for Alpine-based images.**
119
+
120
+
**Prerequisites:**
121
+
122
+
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.**
123
+
* **Unraid:** Use the production branch from the Nvidia Driver Plugin.
124
+
125
+
2. **Kernel Parameter:** You must set `nvidia-drm.modeset=1 nvidia_drm.fbdev=1` in your host bootloader.
126
+
* **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 nvidia_drm.fbdev=1` to the end of the `append` line for the Unraid OS boot entry.
139
+
140
+
3. **Hardware Initialization:** **On headless systems, the Nvidia video card requires a physical dummy plug inserted into the GPU so that DRM initializes properly.**
141
+
142
+
4. **Docker Runtime:** Configure the host docker daemon to use the Nvidia runtime:
0 commit comments