Skip to content

Commit

Permalink
Update Dockerfile to support Mixtral (vllm-project#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored Dec 11, 2023
1 parent 4dd4b5c commit eb17212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ ENTRYPOINT ["python3", "-m", "vllm.entrypoints.api_server"]

# openai api server alternative
FROM vllm-base AS vllm-openai
# install additional dependencies for openai api server
# install additional dependencies for openai api server, and mixtral
RUN --mount=type=cache,target=/root/.cache/pip \
pip install accelerate fschat
pip install accelerate megablocks

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

0 comments on commit eb17212

Please sign in to comment.