Fix Docker build failure due to outdated ipex-llm pip index URL (#12976)
This commit is contained in:
parent
03c9024209
commit
760abc47aa
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ RUN set -eux && \
|
|||
dpkg -i *.deb && \
|
||||
#
|
||||
# Install Intel PyTorch extension for LLM inference
|
||||
pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/test/xpu && \
|
||||
pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/xpu && \
|
||||
#
|
||||
# Build torch-ccl
|
||||
mkdir /build && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue