Skip to content

Commit

Permalink
Update Dockerfile to support Mixtral
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Dec 11, 2023
1 parent 4ff0203 commit 2c4498b
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 2c4498b

Please sign in to comment.