Is there any chance to add LXD's gpu management into Proxmox's LXC container?

Dec 18, 2023
2
0
1
Hi community,

I'm configuring the GPU passthrough with my Emby LXC container. Making the drivers in sync manually is painful and hard to track. I found that LXD 3.0 already had support to keep the driver both in track, which means I only need install the drivers in the host and just execute `lxc config device add cuda gpu gpu` , then everything works fine.

Is there any chance for pve to add such a feature?