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