diff --git a/Dockerfile b/Dockerfile index 692fa1f..ac3edbc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN pip install . && \ # ── 安装 vllm(跳过编译,直接装) ───────────────────────────────────────────── WORKDIR /opt RUN pip install setuptools wheel setuptools_scm && \ - pip install git+https://github.com/vllm-project/vllm.git@v0.9.1 --no-deps && \ + pip install git+https://github.com/vllm-project/vllm.git@main --no-deps && \ python3 -m pip wheel vllm -w /tmp/vllm_wheels --no-deps