Skip to content

Commit f924880

Browse files
authored
vLLM: Fix vLLM-CPU docker image (#12741)
1 parent 69f13c7 commit f924880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/llm/serving/cpu/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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 && \
3132
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
3233
VLLM_TARGET_DEVICE=cpu python3 setup.py install && \
3334
pip install ray

0 commit comments

Comments
 (0)