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 2fc1d0d commit 6a3dcc4Copy full SHA for 6a3dcc4
pytorch/Dockerfile
@@ -79,6 +79,8 @@ RUN python -m pip install --no-cache-dir -r torch-xpu-requirements.txt && \
79
RUN python -m pip install --no-cache-dir -r ipex-xpu-requirements.txt && \
80
rm -rf ipex-xpu-requirements.txt
81
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
+
84
FROM ipex-xpu-base-wheels AS ipex-xpu-jupyter
85
86
WORKDIR /jupyter
pytorch/ipex-xpu-requirements.txt
@@ -1,5 +1,4 @@
1
intel_extension_for_pytorch==2.8.10+xpu
2
-oneccl_bind_pt==2.8.0+xpu
3
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn
4
jinja2>=3.1.5
5
certifi>=2023.7.22
0 commit comments