From ff092ca8d04d668abc956b0ce1d6975846844bd3 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 9 Aug 2024 04:15:57 -0700 Subject: [PATCH] Revert "fix(nvidia): pin Nvidia drivers to 555 (#273)" (#274) This reverts commit c0ffe44db571aa6cc8965136dc115fb1b2f0a6f6. --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index b5a43ae..bd6d072 100644 --- a/Containerfile +++ b/Containerfile @@ -32,8 +32,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ mkdir -p /var/tmp && \ chmod -R 1777 /var/tmp -# 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 ghcr.io/${SOURCE_ORG}/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods_nvidia FROM main AS nvidia