Skip to content

Commit

Permalink
Merge pull request #519 from atheo89/specify-version-on-intel-repo
Browse files Browse the repository at this point in the history
Specify version id to 9.3 on intel repository
  • Loading branch information
harshad16 authored May 22, 2024
2 parents 2a55121 + f756079 commit 6ac55af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intel/base/gpu/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 6ac55af

Please sign in to comment.