From 4f10f825809122db32c8fecce63b060840446e3d Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 13 Sep 2024 20:18:56 -0600 Subject: [PATCH] Install onevpl tools for intel (#13730) * Install onevpl tools for intel * Use updated intel lib --- docker/main/install_deps.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index eb7aeb1b5..8ce033e0c 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -67,8 +67,9 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then echo 'deb https://deb.debian.org/debian bookworm main contrib non-free' >/etc/apt/sources.list.d/debian-bookworm.list apt-get -qq update apt-get -qq install --no-install-recommends --no-install-suggests -y \ - intel-opencl-icd \ - mesa-va-drivers radeontop libva-drm2 intel-media-va-driver-non-free i965-va-driver libmfx1 intel-gpu-tools + intel-opencl-icd onevpl-tools intel-media-va-driver-non-free i965-va-driver libmfx-gen1.2 intel-gpu-tools \ + libva-drm2 \ + 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 \ i965-va-driver-shaders