Skip to content

Commit

Permalink
correct oneapi versions (#3970)
Browse files Browse the repository at this point in the history
  • Loading branch information
sramakintel committed Mar 27, 2024
1 parent e91e80b commit 54b8171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/build.sh
Expand Up @@ -12,9 +12,9 @@ if [[ ${IMAGE_TYPE} = "xpu" ]]; then
--build-arg LEVEL_ZERO_GPU_VER=1.3.27642.40-803~22.04 \
--build-arg LEVEL_ZERO_VER=1.14.0-744~22.04 \
--build-arg LEVEL_ZERO_DEV_VER=1.14.0-744~22.04 \
--build-arg DPCPP_VER=2024.1.0-958 \
--build-arg MKL_VER=2024.1.0-688 \
--build-arg CCL_VER=2021.12.0-307 \
--build-arg DPCPP_VER=2024.1.0-963 \
--build-arg MKL_VER=2024.1.0-691 \
--build-arg CCL_VER=2021.12.0-309 \
--build-arg TORCH_VERSION=2.1.0.post0+cxx11.abi \
--build-arg IPEX_VERSION=2.1.20+xpu \
--build-arg TORCHVISION_VERSION=0.16.0.post0+cxx11.abi \
Expand Down

0 comments on commit 54b8171

Please sign in to comment.