We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c9e23 commit 9e9b6c9Copy full SHA for 9e9b6c9
docker/llm/serving/cpu/docker/Dockerfile
@@ -28,7 +28,7 @@ RUN wget -qO /sbin/tini https://github.com/krallin/tini/releases/download/${TINI
28
cd ./vllm && \
29
git checkout v0.6.6.post1 && \
30
pip install cmake>=3.26 wheel packaging ninja "setuptools-scm>=8" numpy && \
31
- pip uninstall intel-extension-for-pytorch && \
+ pip uninstall -y intel-extension-for-pytorch && \
32
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
33
VLLM_TARGET_DEVICE=cpu python3 setup.py install && \
34
pip install ray
0 commit comments