Hi there! I have an old pc that I use as a server (I use Ubuntu Server) and I would like to add a NVIDIA 1050 to it (for jellyfin and guacamole).
In the past I tried to do it and somehow I corrupted the system when installing the video drivers, I have always had complications when installing NVIDIA drivers on Linux.
Could any of you help me know what is the right way to install the video drivers on a headless system and use it correctly with docker compose?
not exactly what you want. but check out gaming on whales Wolf docs.
it's configured for gpu accelerated X11 apps on docker. if I recall correctly one of the documents explained settings up nvidia drivers on docker completely.
Thanks for the help! I'm trying to install the driver from the official repo but I don't know what version shoud I use for a headless docker setup with a 1050.
I think that's what went wrong last time, I tried to install the driver from the NVIDIA documentation thinking that "I'll just work" just like in windows 😓
Edit: I've solved it, now it works perfectly, Thanks again
Thank you! Last time I used the official desktop drivers because most guides recommended them. When I install the NVIDIA Container Toolkit, I can include the GPU in the runtime of the container and it should work, right?
Then to confirm, I did docker exec -it jellyfin nvidia-smi Which responded with my GPU. Note that (for me) the "processes" part of nvidia-smi comes up blank, even when Jellyfin is using it. I can tell it is working though from jellyfin logs and when it is not using it, instead of being blank it says "no processes"
Edit for formatting and to add that I believe I also had to add an environment variable to jellyfin (I am using lsio's version)
I recently did this and found those instructions to be beyond useless. The repository URIs were all old and dead. Not sure if they updated this doc since then, but they combined all the deb-based distros into one repo and and all the rpm-based distros into another repo.