Upgrade vLLM to v0.19.0 for Gemma 4 support (requires transformers>=5.5.0)

This commit is contained in:
2026-04-03 11:55:16 +00:00
parent cd5d58a6f9
commit 3290adb0ac

View File

@@ -139,7 +139,7 @@ RUN apt-get update && apt-get install -y build-essential cmake gcc && \
# ==============================================================================
FROM build-base AS build-vllm
# vLLM version to build
ARG VLLM_REF=v0.18.2rc0
ARG VLLM_REF=v0.19.0
# Install ccache for faster compilation
RUN apt-get update && apt-get install -y ccache
RUN git clone https://github.com/vllm-project/vllm.git