mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7532] Add NVIDIA_VISIBLE_DEVICES=all environment variable to dockerfile #11442
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/7532
State: closed
Merged: No
Following the NVIDIA Contailer Toolkit installation guide for Podman and adding the NVIDIA_VISIBLE_DEVICES environment variable to the dockerfile I was able to get NVENC working with Jellyfin running through Podman. I thought maybe someone else might be interested in this. If it gets merged I could update the documentation as well but you only need to follow the guide and add
security-opt=label=disableandhooks-dir=/usr/share/containers/oci/hooks.d/as options to the podman run command.Changes
Added NVIDIA_VISIBLE_DEVICES=all to Dockerfile