Skip to content

Commit

Permalink
Dockerfile.ubi: use distributed-executor-backend=mp as default
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jun 10, 2024
1 parent e332d6f commit d67270c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ RUN umask 002 \
COPY LICENSE /licenses/vllm.md

USER 2000
ENTRYPOINT ["python3", "-m", "vllm.entrypoints.openai.api_server"]
ENTRYPOINT ["python3", "-m", "vllm.entrypoints.openai.api_server", "--distributed-executor-backend=mp"]


FROM vllm-openai as vllm-grpc-adapter
Expand All @@ -222,4 +222,4 @@ RUN --mount=type=cache,target=/root/.cache/pip \

ENV GRPC_PORT=8033
USER 2000
ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter"]
ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter", "--distributed-executor-backend=mp"]

0 comments on commit d67270c

Please sign in to comment.