From 57d2c66b5cd051bfef644002c7b4b4942af8b182 Mon Sep 17 00:00:00 2001 From: Ben Leggett Date: Thu, 4 Jul 2024 01:18:31 -0400 Subject: [PATCH] Drop --- Containerfile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Containerfile b/Containerfile index ea14c02135..37f591e2bd 100644 --- a/Containerfile +++ b/Containerfile @@ -789,17 +789,17 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}" # Fetch NVIDIA driver COPY system_files/nvidia/shared system_files/nvidia/${BASE_IMAGE_NAME} / -# Remove everything that doesn't work well with NVIDIA -# Install X11 session (Remove me for Fedora 41) -RUN rpm-ostree override remove \ - rocm-hip \ - rocm-opencl \ - rocm-clinfo && \ - if [[ "${BASE_IMAGE_NAME}" == "kinoite" ]]; then \ - rpm-ostree install \ - plasma-workspace-x11 \ - ; fi && \ - ostree container commit +# # Remove everything that doesn't work well with NVIDIA +# # Install X11 session (Remove me for Fedora 41) +# RUN rpm-ostree override remove \ +# rocm-hip \ +# rocm-opencl \ +# rocm-clinfo && \ +# if [[ "${BASE_IMAGE_NAME}" == "kinoite" ]]; then \ +# rpm-ostree install \ +# plasma-workspace-x11 \ +# ; fi && \ +# ostree container commit # Install NVIDIA driver COPY --from=nvidia-akmods /rpms /tmp/akmods-rpms