diff --git a/Containerfile b/Containerfile index bd6d072..b5a43ae 100644 --- a/Containerfile +++ b/Containerfile @@ -32,7 +32,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ mkdir -p /var/tmp && \ chmod -R 1777 /var/tmp -FROM ghcr.io/${SOURCE_ORG}/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods_nvidia +# 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/${SOURCE_ORG}/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240806 AS akmods_nvidia FROM main AS nvidia