Skip to content

Commit

Permalink
Revert libmfx version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjx committed Sep 14, 2024
1 parent c7527d1 commit 579cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/main/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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 onevpl-tools intel-media-va-driver-non-free i965-va-driver libmfx-gen1.2 intel-gpu-tools \
intel-opencl-icd onevpl-tools intel-media-va-driver-non-free i965-va-driver libmfx1 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
Expand Down

0 comments on commit 579cbf8

Please sign in to comment.