From ab96e10a3949fdd0b8fd2242dabe03f165d75ceb Mon Sep 17 00:00:00 2001 From: COxDE <63153334+coxde@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:47:34 +0000 Subject: [PATCH] feat: add rocm-smi to non-nvidia images (#2165) --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index feed289e..90a204d0 100644 --- a/Containerfile +++ b/Containerfile @@ -705,6 +705,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ rocm-hip \ rocm-opencl \ rocm-clinfo \ + rocm-smi \ waydroid \ cage \ wlr-randr && \