No amdgpu driver in incusos?

I tried to pass my AMD graphics through to a container, and it didn’t work. I then checked the system resources and saw:

  - driver: ""
    driver_version: ""
    iommu_group: 14
    numa_node: 0
    pci_address: "0000:05:00.0"
    product: Barcelo
    product_id: "15e7"
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    vendor_id: "1002"
    vpd: {}

Does incusos not include the amdgpu driver? I think since passing through GPU to instances is a pretty common thing, it might be worthwhile to include it.

Or if I need to do something to enable it, etc. please let me know.

Thanks in advance.

The driver exists, the firmware files do not.

Add CPU microcode and linux firmware · Issue #626 · lxc/incus-os · GitHub is what we’re using to track work in adding the various linux-firmware bits. The current plan is to introduce a gpu-support application that one can install and will bring in the required firmware files and associated tools for the top 3 usual GPU vendors.

As always thanks for your quick help.

I will keep up with that issue, then, and come back to incusos again once this gets implemented. I’m very happy incusos exists… one step away from being perfect for my needs.

Thanks again, and best regards.