diff --git a/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md b/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md index 90a0010..69451fe 100644 --- a/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md +++ b/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md @@ -91,7 +91,7 @@ ExecStart=/usr/bin/podman run \ --replace \ -d \ --name=jellyfin-app \ - --device nvidia.com/gpu=0 \ + --device nvidia.com/gpu=all \ -v /home/data/podman/jellyfin/cache:/cache:Z \ -v /home/data/podman/jellyfin/config:/config:Z \ -v /home/data/movies:/media/movies:ro,z \ @@ -124,7 +124,7 @@ systemctl --user enable --now pod-jellyfin.service ``` ### note: -for hardware acceleration I used `--device nvidia.com/gpu=0` as I have a NVIDIA GPU +for hardware acceleration I used `--device nvidia.com/gpu=all` as I have a NVIDIA GPU To check that it's working you can run: ```bash podman exec -it jellyfin-app nvidia-smi