I’m looking to rebase from bazzite-nvidia-open to bazzite-dx however it seems there’s no nvidia-open version of it.
Am I missing something? Or is there a specific reason why it’s not available?
I’m looking to rebase from bazzite-nvidia-open to bazzite-dx however it seems there’s no nvidia-open version of it.
Am I missing something? Or is there a specific reason why it’s not available?
Yes that one is missing. I was also looking, what I did was to fork the github. Then I changed only the base image from the build file from the bazzite-nvidia to in my case the asus image:
jobs:
build_push:
name: Build and push image
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
base_image:
- bazzite-asus-nvidia-open
Then only you need to rebase to your own image rather than the one from bazzite-dx.
I then changed some other things too, but it does work.
From the newest release announcement
I was updating my image and was like, wait why am I not on 43?
Then I read the release announcement and got a bit sad.
I’m switching to the bazzite-nvidia-open as base image now.
thank you, though that’s probably a bit more tinkering than I’m prepared for. I mostly wanted to try out dx, so I guess I’ll just wait till maybe the open variant will sometime be officially supported.