From 196b558b33e60f219edc65200f6c10faf0230e12 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 22 Nov 2022 06:56:34 -0700 Subject: [PATCH] remove comments --- docker/install_deps.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/install_deps.sh b/docker/install_deps.sh index ace89d7de..2920f6f87 100755 --- a/docker/install_deps.sh +++ b/docker/install_deps.sh @@ -53,10 +53,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then echo 'deb http://deb.debian.org/debian testing main non-free' >/etc/apt/sources.list.d/debian-testing.list apt-get -qq update apt-get -qq install --no-install-recommends --no-install-suggests -y \ - # GPU drivers - mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver libmfx1 \ - # GPU stats - radeontop intel-gpu-tools + mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver libmfx1 radeontop intel-gpu-tools rm -f /etc/apt/sources.list.d/debian-testing.list fi