Jellyfin GPU passthrough setup instruction (#5625)

This commit is contained in:
Austin 2025-07-01 17:36:13 -04:00 committed by GitHub
parent a78dd20a2e
commit 35a0d14110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,10 @@
{ {
"text": "FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg", "text": "FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg",
"type": "info" "type": "info"
},
{
"text": "For NVIDIA graphics cards, you'll need to install the same drivers in the container that you did on the host. In the container, run the driver installation script and add the CLI arg --no-kernel-module",
"type": "info"
} }
] ]
} }