Skip to content

Commit

Permalink
Update dockerfile with ModelScope support (vllm-project#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsheldon authored Mar 19, 2024
1 parent 7341c77 commit c614cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN --mount=type=bind,from=flash-attn-builder,src=/usr/src/flash-attention-v2,ta
FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server
RUN --mount=type=cache,target=/root/.cache/pip \
pip install accelerate hf_transfer
pip install accelerate hf_transfer modelscope

COPY --from=build /workspace/vllm/*.so /workspace/vllm/
COPY vllm vllm
Expand Down

0 comments on commit c614cfe

Please sign in to comment.