Fix Docker build failure due to outdated ipex-llm pip index URL (#12977)

This commit is contained in:
Shaojun Liu 2025-03-17 10:46:01 +08:00 committed by GitHub
parent 760abc47aa
commit b0d56273a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ RUN set -eux && \
wget https://bootstrap.pypa.io/get-pip.py -O get-pip.py && \
python3 get-pip.py && rm get-pip.py && \
pip install --upgrade requests argparse urllib3 && \
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 && \
pip install transformers_stream_generator einops tiktoken && \
pip install --upgrade colorama && \
#