Skip to content

Commit

Permalink
Update Dockerfile.qsv
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jul 28, 2023
1 parent 3f63deb commit 74e924c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Dockerfile.qsv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN if [ -n "$QSV" ]; then echo 'deb http://deb.debian.org/debian bookworm main
&& apt-get update \
&& apt-get install -y curl tar xz-utils \
${QSV:+i965-va-driver intel-gpu-tools intel-media-va-driver-non-free intel-opencl-icd libmfx1 libva-drm2 libx11-6 vainfo} \
&& if [ -n "$QSV" ]; then apt-get install -y i965-va-driver-shader; fi \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY . /build/app/
Expand Down

0 comments on commit 74e924c

Please sign in to comment.