From 6f2924006c2a7d7e160a86c44427251c21c7cff3 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 22 Sep 2024 09:56:30 -0600 Subject: [PATCH] Include radeontop in arm build (#13886) --- docker/main/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index e640a61d1..2c52cf552 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -91,7 +91,7 @@ fi if [[ "${TARGETARCH}" == "arm64" ]]; then apt-get -qq install --no-install-recommends --no-install-suggests -y \ - libva-drm2 mesa-va-drivers + libva-drm2 mesa-va-drivers radeontop fi # install vulkan