Skip to content

Commit db5edba

Browse files
authored
Update Dockerfile (#13081)
1 parent fa56212 commit db5edba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/llm/serving/xpu/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN set -eux && \
5353
dpkg -i *.deb && \
5454
#
5555
# Install Intel PyTorch extension for LLM inference
56-
pip install --pre --upgrade ipex-llm[xpu_2.6]==2.3.0b20250407 --extra-index-url https://download.pytorch.org/whl/xpu && \
56+
pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/xpu && \
5757
#
5858
# Build torch-ccl
5959
mkdir -p /build && \
@@ -123,7 +123,7 @@ RUN set -eux && \
123123
wget https://bootstrap.pypa.io/get-pip.py -O get-pip.py && \
124124
python3 get-pip.py && rm get-pip.py && \
125125
pip install --upgrade requests argparse urllib3 && \
126-
pip install --pre --upgrade ipex-llm[xpu_2.6]==2.3.0b20250407 --extra-index-url https://download.pytorch.org/whl/xpu && \
126+
pip install --pre --upgrade ipex-llm[xpu_2.6] --extra-index-url https://download.pytorch.org/whl/xpu && \
127127
pip install transformers_stream_generator einops tiktoken && \
128128
pip install --upgrade colorama && \
129129
#

0 commit comments

Comments
 (0)