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

Commit 5fe6a00

Browse files
committed
Dockerfile.ubi: get rid of --distributed-executor-backend=mp
this is the default when `--worker-use-ray` is not provided and world-size > 1
1 parent 8551e8f commit 5fe6a00

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
@@ -181,7 +181,7 @@ RUN umask 002 \
181181
COPY LICENSE /licenses/vllm.md
182182

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

186186

187187
FROM vllm-openai as vllm-grpc-adapter
@@ -193,4 +193,4 @@ RUN --mount=type=cache,target=/root/.cache/pip \
193193

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

0 commit comments

Comments
 (0)