Hacker News new | ask | show | jobs
by alex3305 1025 days ago
I'm unsure what a 'TrueCharts' is, but if it's anything Docker based you probably need to mount the Intel GPU device. You can do this pretty easily with a device mount: `--device=/dev/dri`. Another issues that may occur is that `/dev/dri` has insufficient permissions for Docker or that the device driver hasn't initialized.
2 comments

Not for Intel, but if you use an nvidia card, you can also use β€˜β€”-gpus all’ with the nvidia container runtime. https://wiki.archlinux.org/title/docker#With_NVIDIA_Containe...

The official JellyFin docs suggest using β€”-device for docker/Intel cases: https://jellyfin.org/docs/general/administration/hardware-ac...

Thank you.

On TrueNAS Scale you install applications that run on Docker/Kubernetes, and TrueCharts is a registry of these applications. They work with just a few clicks, it's very impressive and still new to me.

I think you're right on this, I'll investigate further today.