Skip to content

Commit 437fe59

Browse files
committed
guard oneapi version
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 6d2f460 commit 437fe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/containers/ubuntu2404_build_oneapi.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt
1212
| tee /etc/apt/sources.list.d/oneAPI.list
1313

1414
# Install the ROCM kernel driver and oneAPI
15-
RUN apt update && apt install -yqq intel-oneapi-compiler-dpcpp-cpp && \
15+
RUN apt update && apt install -yqq intel-oneapi-compiler-dpcpp-cpp-2025.0 && \
1616
apt-get clean && \
1717
rm -rf /var/lib/apt/lists/*
1818

0 commit comments

Comments
 (0)