From f756079d293e9fc2049c336a31df8d5613ff7c4b Mon Sep 17 00:00:00 2001 From: atheo89 Date: Thu, 2 May 2024 16:20:54 +0200 Subject: [PATCH] Specify version id to 9.3 on intel repository --- intel/base/gpu/ubi9-python-3.9/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intel/base/gpu/ubi9-python-3.9/Dockerfile b/intel/base/gpu/ubi9-python-3.9/Dockerfile index 4ea73260b..a162bf3a5 100644 --- a/intel/base/gpu/ubi9-python-3.9/Dockerfile +++ b/intel/base/gpu/ubi9-python-3.9/Dockerfile @@ -15,6 +15,8 @@ USER 0 WORKDIR /opt/app-root/src RUN . /etc/os-release && \ + #TODO: Remove explicit declaration of VERSION_ID once available on version 9.4 + VERSION_ID=9.3 && \ dnf install -y 'dnf-command(config-manager)' && \ dnf config-manager --add-repo \ https://repositories.intel.com/gpu/rhel/${VERSION_ID}/lts/2350/unified/intel-gpu-${VERSION_ID}.repo && \