Skip to content

Commit 158d901

Browse files
authored
bump to vllm0.6.3 (kserve#4001)
Signed-off-by: yxia216 <[email protected]>
1 parent 05dea67 commit 158d901

File tree

3 files changed

+940
-786
lines changed

3 files changed

+940
-786
lines changed

python/huggingface_server.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG POETRY_HOME=/opt/poetry
99
ARG POETRY_VERSION=1.8.3
1010

1111
# Install vllm
12-
ARG VLLM_VERSION=0.6.2
12+
ARG VLLM_VERSION=0.6.3
1313

1414
RUN apt-get update -y && apt-get install gcc python3.10-venv python3-dev -y && apt-get clean && \
1515
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)