Skip to content

Commit ecc9813

Browse files
committed
refactor: set ENTRYPOINT [](empty) to align with other Dockerfiles
Signed-off-by: Hyoseop Song <[email protected]>
1 parent c40c2ea commit ecc9813

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docker/Dockerfile.cuda

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,4 @@ RUN cd ${COMMON_WORKDIR}/vllm-omni && uv pip install --python "$(python3 -c 'imp
1919

2020
RUN ln -sf /usr/bin/python3 /usr/bin/python
2121

22-
CMD ["/bin/bash"]
23-
2422
ENTRYPOINT []
25-
26-
# Set entrypoint for vllm-openai official images
27-
FROM final AS vllm-openai
28-
ENTRYPOINT ["vllm", "serve", "--omni"]

0 commit comments

Comments
 (0)