File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ WORKDIR /opt/app-root/src
15
15
16
16
RUN . /etc/os-release && \
17
17
# TODO: Remove explicit declaration of VERSION_ID once available on version 9.4
18
- VERSION_ID=9.3 && \
18
+ VERSION_ID=9.4 && \
19
19
dnf install -y 'dnf-command(config-manager)' && \
20
20
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 && \
22
22
dnf install -y \
23
23
intel-opencl \
24
24
level-zero intel-level-zero-gpu level-zero-devel && \
@@ -61,4 +61,4 @@ WORKDIR /opt/app-root/src
61
61
ENV JUPYTER_PRELOAD_REPOS="https://github.com/openvinotoolkit/openvino_notebooks"
62
62
ENV REPO_BRANCH="latest"
63
63
64
- ENTRYPOINT ["bash" , "-c" , "/opt/app-root/builder/run" ]
64
+ ENTRYPOINT ["bash" , "-c" , "/opt/app-root/builder/run" ]
You can’t perform that action at this time.
0 commit comments