Bazzite-deck + nvidia containerfile

Hi team,
The nvidia 560 driver have been released, and according to this topic, integrated in the bazzite-nvidia images soon.

I’m far from an expert, but they should fix a few issues with Gamescope + NVIDIA

AFAIK there is no bazzite-deck-nvidia image out of the box and one would need to create his own image through a mix and match of the bazzite-deck Containerfile and bazzite-nvidia Containerfile.

Could someone double-check if the steps are right ?
Use the current bazzite-nvidia Containerfile

Changes :

  1. FROM bazzite-deck AS bazzite-deck-nvidia (instead of FROM bazzite)
  2. ROCm removal stays untouched as it’s specifically meant for AMD GPUs
  3. plasma-workspace-x11 install needs to be removed as it would conflict with Gamescope
  4. NVIDIA Drive install stays untouched
  5. In build_iso.yml, add bazzite-deck-nvidia to the list of ISOs to be built

Feel free to tell me if this is redundant, I’m happy to help if someone else is working on this.

Edit :
Is there a way to build the images locally instead of on GitHub ? I doubt these images are buildable within the ghcr.io free tier (500MB storage)
1 Build the container file > 2 find the script that packages the iso and then run that ?