Skip to content

Commit 9e9b6c9

Browse files
authored
Fix cpu serving docker image (#12783)
1 parent b4c9e23 commit 9e9b6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/llm/serving/cpu/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN wget -qO /sbin/tini https://github.com/krallin/tini/releases/download/${TINI
2828
cd ./vllm && \
2929
git checkout v0.6.6.post1 && \
3030
pip install cmake>=3.26 wheel packaging ninja "setuptools-scm>=8" numpy && \
31-
pip uninstall intel-extension-for-pytorch && \
31+
pip uninstall -y intel-extension-for-pytorch && \
3232
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
3333
VLLM_TARGET_DEVICE=cpu python3 setup.py install && \
3434
pip install ray

0 commit comments

Comments
 (0)