fix(nvidia): pin Nvidia drivers to v555 due to issues in v560 with monitors freezing (#1468)

This commit is contained in:
Robert Sturla 2024-08-07 21:54:58 +01:00 committed by GitHub
parent 923ed436db
commit 0c64a62aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -848,7 +848,8 @@ RUN /usr/libexec/containerbuild/image-info && \
mkdir -p /var/tmp && chmod 1777 /var/tmp && \
ostree container commit
FROM ghcr.io/ublue-os/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS nvidia-akmods
# Pin the NVIDIA images to the last build of the 555 driver due to issues with monitor freezing on the newer 560 drivers
FROM ghcr.io/ublue-os/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240806 AS nvidia-akmods
FROM bazzite AS bazzite-nvidia