Fix Docker build failure due to outdated ipex-llm pip index URL (#12977)
This commit is contained in:
parent
760abc47aa
commit
b0d56273a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue