We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a55121 + f756079 commit 6ac55afCopy full SHA for 6ac55af
intel/base/gpu/ubi9-python-3.9/Dockerfile
@@ -15,6 +15,8 @@ USER 0
15
WORKDIR /opt/app-root/src
16
17
RUN . /etc/os-release && \
18
+ #TODO: Remove explicit declaration of VERSION_ID once available on version 9.4
19
+ VERSION_ID=9.3 && \
20
dnf install -y 'dnf-command(config-manager)' && \
21
dnf config-manager --add-repo \
22
https://repositories.intel.com/gpu/rhel/${VERSION_ID}/lts/2350/unified/intel-gpu-${VERSION_ID}.repo && \
0 commit comments