Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Qing Lan committed Jun 2, 2024
1 parent 816700e commit dd931a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serving/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ RUN apt-get update -y \
RUN pip install --upgrade pip \
&& pip install wheel packaging ninja setuptools>=49.4.0 numpy

RUN git clone https://github.com/vllm-project/vllm -b ${vllm_version} && cd vllm && \
# FIXME: use official vLLM branch once the PR: https://github.com/vllm-project/vllm/pull/5200 merged
RUN git clone https://github.com/lanking520/vllm -b ${vllm_version} && cd vllm && \
pip install -v -r requirements-cpu.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
VLLM_TARGET_DEVICE=cpu pip3 wheel . --no-deps

Expand Down

0 comments on commit dd931a2

Please sign in to comment.