Skip to content

Commit

Permalink
install i965-va-driver-shaders (#5451)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Feb 11, 2023
1 parent 562e262 commit 27a31e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 27a31e7

Please sign in to comment.