Fixed numpy version

This commit is contained in:
Rajesh Shashi Kumar
2025-04-07 18:38:30 +00:00
parent 4d0dc5d06f
commit 256272732d

View File

@@ -152,7 +152,7 @@ RUN git clone https://github.com/rajesh-s/LMCache.git && \
# Enable hf-transfer
ENV HF_HUB_ENABLE_HF_TRANSFER=1
RUN uv pip install numpy==2.0.0
# API server entrypoint
ENTRYPOINT ["vllm", "serve"]
# CMD ["/bin/bash"]
#CMD ["/bin/bash"]