Skip to content

Commit b751864

Browse files
authored
updated link & versins (#1715)
1 parent 929cb1a commit b751864

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ docker build --build-arg http_proxy=$http_proxy \
1111
--build-arg LEVEL_ZERO_VER=1.8.1+i755~u20.04 \
1212
--build-arg DPCPP_VER=2022.2.0-8734 \
1313
--build-arg MKL_VER=2022.2.0-8748 \
14-
--build-arg TORCH_VERSION==1.10.0a0+git6c1c578 \
15-
--build-arg IPEX_VERSION=1.10.200+24d96014e \
16-
--build-arg TORCH_WHL_URL=https://software.intel.com/ipex-whl-stable \
17-
--build-arg IPEX_WHEEL_URL=https://software.intel.com/ipex-whl-stable \
14+
--build-arg TORCH_VERSION==1.10.0a0 \
15+
--build-arg IPEX_VERSION=1.10.200+gpu \
16+
--build-arg TORCH_WHL_URL=https://developer.intel.com/ipex-whl-stable-xpu \
17+
--build-arg IPEX_WHEEL_URL=https://developer.intel.com/ipex-whl-stable-xpu \
1818
-t $IMAGE_NAME \
1919
-f Dockerfile.ipex-gpu .

0 commit comments

Comments
 (0)