From e86c23feec8c44cfea9fe277cfbe9e84bb959e12 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 22 Nov 2022 06:44:10 -0700 Subject: [PATCH] Formatting --- docker/install_deps.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/install_deps.sh b/docker/install_deps.sh index 5260d5b0e..ace89d7de 100755 --- a/docker/install_deps.sh +++ b/docker/install_deps.sh @@ -53,10 +53,10 @@ 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 + # GPU drivers + mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver libmfx1 \ + # GPU stats + radeontop intel-gpu-tools rm -f /etc/apt/sources.list.d/debian-testing.list fi