We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91e80b commit 54b8171Copy full SHA for 54b8171
docker/build.sh
@@ -12,9 +12,9 @@ if [[ ${IMAGE_TYPE} = "xpu" ]]; then
12
--build-arg LEVEL_ZERO_GPU_VER=1.3.27642.40-803~22.04 \
13
--build-arg LEVEL_ZERO_VER=1.14.0-744~22.04 \
14
--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 \
+ --build-arg DPCPP_VER=2024.1.0-963 \
+ --build-arg MKL_VER=2024.1.0-691 \
+ --build-arg CCL_VER=2021.12.0-309 \
18
--build-arg TORCH_VERSION=2.1.0.post0+cxx11.abi \
19
--build-arg IPEX_VERSION=2.1.20+xpu \
20
--build-arg TORCHVISION_VERSION=0.16.0.post0+cxx11.abi \
0 commit comments