this post was submitted on 13 Jan 2025
16 points (90.0% liked)
Jellyfin: The Free Software Media System
6007 readers
2 users here now
Current stable release: 10.10.5
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's the output of nvidia-smi on host? What is "casa os"? Do you have the Nvidia container cuda runtime installed? What's your docker-compose.yml look like?
For me on Debian it worked pretty much out of the box, I just installed the cuda toolkit, blacklisted nouveau, and added this to docker-compose.yml:
It works both in Immich and Jellyfin.
Casaos is just a server ui for ubuntu to manage docker and other settings:
https://casaos.io/
Here is the output of nvidia-smi (sorry for the picture if my monitor. It's late and I blanking on my lemmy pass and cannot sign in on the pc itself to send a screen cap lol):
I used several different jellyfin images posted in casaos appstore along with the official nvidia documentation. It still does not want to work:
Have you tried removing all that stuff?
I'm talking about:
And just leave it with:
Finally, make sure you have the cuda docker toolkit installed.
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
Make sure to then test with:
As per:
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/sample-workload.html
EDIT: NVM see you fixed it! Could you post your final docker-compose.yml for reference? I would like to dive deep and figure out why some people need to add more to their docker-compose.yml and some don't.