Skip to content

Commit 54b8171

Browse files
authored
correct oneapi versions (#3970)
1 parent e91e80b commit 54b8171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ if [[ ${IMAGE_TYPE} = "xpu" ]]; then
1212
--build-arg LEVEL_ZERO_GPU_VER=1.3.27642.40-803~22.04 \
1313
--build-arg LEVEL_ZERO_VER=1.14.0-744~22.04 \
1414
--build-arg LEVEL_ZERO_DEV_VER=1.14.0-744~22.04 \
15-
--build-arg DPCPP_VER=2024.1.0-958 \
16-
--build-arg MKL_VER=2024.1.0-688 \
17-
--build-arg CCL_VER=2021.12.0-307 \
15+
--build-arg DPCPP_VER=2024.1.0-963 \
16+
--build-arg MKL_VER=2024.1.0-691 \
17+
--build-arg CCL_VER=2021.12.0-309 \
1818
--build-arg TORCH_VERSION=2.1.0.post0+cxx11.abi \
1919
--build-arg IPEX_VERSION=2.1.20+xpu \
2020
--build-arg TORCHVISION_VERSION=0.16.0.post0+cxx11.abi \

0 commit comments

Comments
 (0)