Skip to content

Commit

Permalink
fix(nvidia): pin Nvidia drivers to 555 (#273)
Browse files Browse the repository at this point in the history
* fix(nvidia): pin Nvidia drivers to 555

We have been experiencing multiple freezes with the newly released Nvidia 560 drivers, so we will pin to 555 while we investigate.

* chore: add comment explaining why Nvidia is pinned
  • Loading branch information
p5 authored Aug 7, 2024
1 parent 5be0d8d commit c0ffe44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0ffe44

Please sign in to comment.