File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 .
You can’t perform that action at this time.
0 commit comments