Update Dockerfile to support Mixtral (#2027)
This commit is contained in:
parent
4dd4b5c538
commit
eb17212858
@ -73,9 +73,9 @@ ENTRYPOINT ["python3", "-m", "vllm.entrypoints.api_server"]
|
|||||||
|
|
||||||
# openai api server alternative
|
# openai api server alternative
|
||||||
FROM vllm-base AS vllm-openai
|
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 \
|
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 --from=build /workspace/vllm/*.so /workspace/vllm/
|
||||||
COPY vllm vllm
|
COPY vllm vllm
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user