aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-09-06 13:50:03 +0200
committerGitHub <noreply@github.com>2021-09-06 13:50:03 +0200
commitba90b1215ba6a48428cbc76ba7fa2a94479e26b8 (patch)
tree079a9530073eae98e3809d6f619ddf81b30986d2
parente9508616cc90c01a22ca28c13694587dd16b49d6 (diff)
parentcee884613d9cd82e9983b1c2f7f6055542f58ebb (diff)
Merge pull request #6515 from Maeur1/master
Update Intel Compute Runtime Resources
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 3190fec5c..88bc8504f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,10 +18,10 @@ ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
# https://github.com/intel/compute-runtime/releases
-ARG GMMLIB_VERSION=20.3.2
-ARG IGC_VERSION=1.0.5435
-ARG NEO_VERSION=20.46.18421
-ARG LEVEL_ZERO_VERSION=1.0.18421
+ARG GMMLIB_VERSION=21.2.1
+ARG IGC_VERSION=1.0.8517
+ARG NEO_VERSION=21.35.20826
+ARG LEVEL_ZERO_VERSION=1.2.20826
# Install dependencies:
# mesa-va-drivers: needed for AMD VAAPI. Mesa >= 20.1 is required for HEVC transcoding.