Skip to content

Commit

Permalink
Specify version id to 9.3 on intel repository
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed May 2, 2024
1 parent 6aa55c9 commit f756079
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 f756079

Please sign in to comment.