Skip to content

Commit

Permalink
Revert "fix(nvidia): pin Nvidia drivers to 555 (#273)" (#274)
Browse files Browse the repository at this point in the history
This reverts commit c0ffe44.
  • Loading branch information
KyleGospo authored Aug 9, 2024
1 parent c0ffe44 commit ff092ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff092ca

Please sign in to comment.