Unverified Commit eb172128 authored by Simon Mo's avatar Simon Mo Committed by GitHub
Browse files

Update Dockerfile to support Mixtral (#2027)

parent 4dd4b5c5
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment