Skip to content

Commit c6427e5

Browse files
authored
validate rc3 wheels (#5757)
1 parent addb552 commit c6427e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile.prebuilt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ RUN python -m pip install numpy \
9696
jinja2==3.1.6
9797

9898
RUN python -m pip install torch==${TORCH_VERSION} torchvision torchaudio --index-url $INDEX_WHL_URL
99-
100-
RUN python -m pip install intel_extension_for_pytorch==${IPEX_VERSION} --extra-index-url ${IPEX_WHL_URL} && \
101-
python -m pip install oneccl_bind_pt==${ONECCL_BIND_PT_VERSION} --extra-index-url ${IPEX_WHL_URL}
99+
100+
RUN python -m pip install intel_extension_for_pytorch==${IPEX_VERSION} \
101+
oneccl_bind_pt==${ONECCL_BIND_PT_VERSION} --extra-index-url ${IPEX_WHL_URL}

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ ${IMAGE_TYPE} = "xpu" ]]; then
1818
--build-arg TORCHVISION_VERSION=0.23.0+xpu \
1919
--build-arg TORCHAUDIO_VERSION=2.8.0+xpu \
2020
--build-arg ONECCL_BIND_PT_VERSION=2.8.0+xpu \
21-
--build-arg INDEX_WHL_URL=https://download.pytorch.org/whl/test/xpu \
21+
--build-arg INDEX_WHL_URL=https://download.pytorch.org/whl/xpu \
2222
--build-arg IPEX_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/ \
2323
-t ${IMAGE_NAME} \
2424
-f Dockerfile.prebuilt .

0 commit comments

Comments
 (0)