From f8c245a5b0b1b7f54e59e93ee978f99f5929e7f5 Mon Sep 17 00:00:00 2001 From: Carol Ouellet <4050412+karoltheguy@users.noreply.github.com> Date: Fri, 10 Oct 2025 15:20:41 -0400 Subject: [PATCH] Update nvidia.md update command docker exec -it --user root jellyfin ldconfig since the container runs as 1000 userid --- .../post-install/transcoding/hardware-acceleration/nvidia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/post-install/transcoding/hardware-acceleration/nvidia.md b/docs/general/post-install/transcoding/hardware-acceleration/nvidia.md index 0c20b8c9..6b425930 100644 --- a/docs/general/post-install/transcoding/hardware-acceleration/nvidia.md +++ b/docs/general/post-install/transcoding/hardware-acceleration/nvidia.md @@ -377,7 +377,7 @@ Root permission is required. 5. Update dynamic links and restart the Docker service: ```shell - docker exec -it jellyfin ldconfig + docker exec -it --user root jellyfin ldconfig sudo systemctl restart docker ```