Skip to content

Commit 6ac55af

Browse files
authored
Merge pull request #519 from atheo89/specify-version-on-intel-repo
Specify version id to 9.3 on intel repository
2 parents 2a55121 + f756079 commit 6ac55af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intel/base/gpu/ubi9-python-3.9/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ USER 0
1515
WORKDIR /opt/app-root/src
1616

1717
RUN . /etc/os-release && \
18+
#TODO: Remove explicit declaration of VERSION_ID once available on version 9.4
19+
VERSION_ID=9.3 && \
1820
dnf install -y 'dnf-command(config-manager)' && \
1921
dnf config-manager --add-repo \
2022
https://repositories.intel.com/gpu/rhel/${VERSION_ID}/lts/2350/unified/intel-gpu-${VERSION_ID}.repo && \

0 commit comments

Comments
 (0)