From 9123b2de436cd76b4884269755b339dadba34b29 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 17 Jul 2024 18:06:14 -0700 Subject: [PATCH] Revert "chore: Downgrade nvidia as well" This reverts commit 1adca64a8214e1f203297e92e74270aeb0f2a1c3. --- Containerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Containerfile b/Containerfile index 9ca3c548..0f51883b 100644 --- a/Containerfile +++ b/Containerfile @@ -10,9 +10,9 @@ ARG JUPITER_KERNEL_VERSION="${JUPITER_KERNEL_VERSION:-jupiter-20240605.1}" ARG SHA_HEAD_SHORT="${SHA_HEAD_SHORT}" ARG CODE_NAME="${CODE_NAME:-Holographic}" -FROM ghcr.io/ublue-os/akmods:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240716 AS akmods -FROM ghcr.io/ublue-os/akmods-extra:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240716 AS akmods-extra -FROM ghcr.io/ublue-os/fsync-kernel:${FEDORA_MAJOR_VERSION}-6.9.8 AS fsync +FROM ghcr.io/ublue-os/akmods:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods +FROM ghcr.io/ublue-os/akmods-extra:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods-extra +FROM ghcr.io/ublue-os/fsync-kernel:${FEDORA_MAJOR_VERSION} AS fsync FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS bazzite @@ -788,7 +788,7 @@ RUN /usr/libexec/containerbuild/image-info && \ systemctl disable batterylimit.service && \ ostree container commit -FROM ghcr.io/ublue-os/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240716 AS nvidia-akmods +FROM ghcr.io/ublue-os/akmods-nvidia:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS nvidia-akmods FROM bazzite AS bazzite-nvidia