Updates for vllm 0.9.0.1

This commit is contained in:
Rajesh Shashi Kumar
2025-06-04 15:28:22 +00:00
parent c36ff9ee0e
commit 713775c491

View File

@@ -147,5 +147,5 @@ RUN wget ${NSYS_URL}${NSYS_PKG} && dpkg -i $NSYS_PKG && rm $NSYS_PKG
RUN apt install -y --no-install-recommends tmux cmake
# API server entrypoint
ENTRYPOINT ["vllm", "serve"]
# CMD ["/bin/bash"]
# ENTRYPOINT ["vllm", "serve"]
CMD ["/bin/bash"]