Skip to content

Commit

Permalink
feat(nvidia): Update to Nvidia 550 drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 1, 2024
1 parent e692ba7 commit 95123e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ ARG AKMODS_FLAVOR="${AKMODS_FLAVOR:-fsync}"
ARG IMAGE_BRANCH="${IMAGE_BRANCH:-main}"
ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-kinoite}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}"
ARG NVIDIA_MAJOR_VERSION="545"
ARG NVIDIA_MAJOR_VERSION="550"

# Fetch NVIDIA driver
COPY --from=ghcr.io/ublue-os/akmods-nvidia:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
Expand Down

0 comments on commit 95123e0

Please sign in to comment.