Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 119767e

Browse files
committed
Dockerfile.ubi: use distributed-executor-backend=mp as default
1 parent 955598d commit 119767e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.ubi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ RUN umask 002 \
210210
COPY LICENSE /licenses/vllm.md
211211

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

215215

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

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

0 commit comments

Comments
 (0)