Skip to content

Commit 6a3dcc4

Browse files
authored
change url flag for oneccl_bind_pt (#859)
Signed-off-by: Srikanth Ramakrishna <[email protected]>
1 parent 2fc1d0d commit 6a3dcc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pytorch/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ RUN python -m pip install --no-cache-dir -r torch-xpu-requirements.txt && \
7979
RUN python -m pip install --no-cache-dir -r ipex-xpu-requirements.txt && \
8080
rm -rf ipex-xpu-requirements.txt
8181

82+
RUN python -m pip install --no-cache-dir oneccl_bind_pt==2.8.0+xpu --index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn
83+
8284
FROM ipex-xpu-base-wheels AS ipex-xpu-jupyter
8385

8486
WORKDIR /jupyter

pytorch/ipex-xpu-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
intel_extension_for_pytorch==2.8.10+xpu
2-
oneccl_bind_pt==2.8.0+xpu
32
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn
43
jinja2>=3.1.5
54
certifi>=2023.7.22

0 commit comments

Comments
 (0)