From 9f0e20efcefd9f8387627ac77ec3bbd8307238f4 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 4 Feb 2023 10:09:37 -0700 Subject: [PATCH] Include va-shaders driver in container --- docker/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install_deps.sh b/docker/install_deps.sh index 422752292..341defce9 100755 --- a/docker/install_deps.sh +++ b/docker/install_deps.sh @@ -63,7 +63,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then # intel-opencl-icd specifically for GPU support in OpenVino 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 + mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver i965-va-driver-shaders libmfx1 radeontop intel-gpu-tools rm -f /etc/apt/sources.list.d/debian-testing.list fi