mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
fix(nvidia): pin Nvidia drivers to v555 due to issues in v560 with monitors freezing (#1468)
This commit is contained in:
parent
923ed436db
commit
0c64a62aa6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user