From 551fc0d45509da0f79dd8c20950b6ed3871a3537 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 14 Sep 2024 06:00:21 -0600 Subject: [PATCH] Remove comments --- 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 c0be54277..9d8ce851f 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -70,7 +70,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then intel-opencl-icd intel-media-va-driver-non-free i965-va-driver \ onevpl-intel-gpu libmfx-gen1.2 onevpl-tools intel-gpu-tools \ libva-drm2 \ - mesa-va-drivers radeontop # AMD GPU drivers + mesa-va-drivers radeontop # something about this dependency requires it to be installed in a separate call rather than in the line above apt-get -qq install --no-install-recommends --no-install-suggests -y \