Skip to content

Commit 6009489

Browse files
authored
use latest rolling gpu driver to support latest platforms (#2749)
1 parent b4a0791 commit 6009489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ WORKDIR /opt/app-root/src
1515

1616
RUN . /etc/os-release && \
1717
#TODO: Remove explicit declaration of VERSION_ID once available on version 9.4
18-
VERSION_ID=9.3 && \
18+
VERSION_ID=9.4 && \
1919
dnf install -y 'dnf-command(config-manager)' && \
2020
dnf config-manager --add-repo \
21-
https://repositories.intel.com/gpu/rhel/${VERSION_ID}/lts/2350/unified/intel-gpu-${VERSION_ID}.repo && \
21+
https://repositories.intel.com/gpu/rhel/${VERSION_ID}/unified/intel-gpu-${VERSION_ID}.repo && \
2222
dnf install -y \
2323
intel-opencl \
2424
level-zero intel-level-zero-gpu level-zero-devel && \
@@ -61,4 +61,4 @@ WORKDIR /opt/app-root/src
6161
ENV JUPYTER_PRELOAD_REPOS="https://github.com/openvinotoolkit/openvino_notebooks"
6262
ENV REPO_BRANCH="latest"
6363

64-
ENTRYPOINT ["bash", "-c", "/opt/app-root/builder/run"]
64+
ENTRYPOINT ["bash", "-c", "/opt/app-root/builder/run"]

0 commit comments

Comments
 (0)