mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
use intel repo for va drivers
This commit is contained in:
parent
46dad7b58d
commit
2eddbe3d03
@ -4,6 +4,9 @@ LABEL maintainer "blakeb@blakeshome.com"
|
|||||||
# By default, use the i965 driver
|
# By default, use the i965 driver
|
||||||
ENV LIBVA_DRIVER_NAME=i965
|
ENV LIBVA_DRIVER_NAME=i965
|
||||||
# Install packages for apt repo
|
# Install packages for apt repo
|
||||||
|
|
||||||
|
RUN wget -qO - https://repositories.intel.com/graphics/intel-graphics.key | apt-key add - \
|
||||||
|
&& echo 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main' > /etc/apt/sources.list.d/intel-graphics.list
|
||||||
RUN apt-get -qq update \
|
RUN apt-get -qq update \
|
||||||
&& apt-get -qq install --no-install-recommends -y \
|
&& apt-get -qq install --no-install-recommends -y \
|
||||||
# ffmpeg dependencies
|
# ffmpeg dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user