diff --git a/Containerfile b/Containerfile index fe133a623a..0bdc0e3839 100644 --- a/Containerfile +++ b/Containerfile @@ -794,8 +794,7 @@ COPY --from=ghcr.io/ublue-os/akmods-nvidia:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSI COPY system_files/nvidia/shared system_files/nvidia/${BASE_IMAGE_NAME} / # Remove everything that doesn't work well with NVIDIA -RUN rm -f /usr/bin/waydroid-choose-gpu && \ - rpm-ostree override remove \ +RUN rpm-ostree override remove \ rocm-hip \ rocm-opencl \ rocm-clinfo && \