Server: (build_version)1.25.2.5319
Player: Version 4.72.0
So I am running Plex as a docker container (linux) under proxmox. I already have the GPU passthrough turned on but what I wanted to know is once the VM sees the how can the container see the GPU?
I am doing this because I want to start streaming 4k and I was told without a GPU this can not be done.
Couldn’t find this in the plexinc build directly, but linuxserver supports it. Here is what I used: https://github.com/NVIDIA/nvidia-docker sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target # nvidia started suspending/hibernating/sleeping and crashing my box https://github.com/linuxserver/docker-plex
Maybe some more digging through linuxserver’s dockerfile will disclose what I need to do to use plexinc’s build directly, but that’s for another day.