From 3966d2cb6124e8578d5e0c8c9af0baa717f606c1 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 11 Feb 2023 09:16:52 -0600 Subject: [PATCH] install i965-va-driver-shaders --- docker/install_deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/install_deps.sh b/docker/install_deps.sh index 422752292..4b6ea7923 100755 --- a/docker/install_deps.sh +++ b/docker/install_deps.sh @@ -64,6 +64,9 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then apt-get -qq install --no-install-recommends --no-install-suggests -y \ intel-opencl-icd \ mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver libmfx1 radeontop intel-gpu-tools + # 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 \ + i965-va-driver-shaders rm -f /etc/apt/sources.list.d/debian-testing.list fi