Browse Source

use intel repo for va drivers

Blake Blackshear 3 years ago
parent
commit
2eddbe3d03
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docker/Dockerfile.amd64

+ 3 - 0
docker/Dockerfile.amd64

@@ -4,6 +4,9 @@ LABEL maintainer "blakeb@blakeshome.com"
 # By default, use the i965 driver
 ENV LIBVA_DRIVER_NAME=i965
 # 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 \
     && apt-get -qq install --no-install-recommends -y \
     # ffmpeg dependencies