File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
XFORMERS_BUILD_VERSION : 0.0.29.post2+cu124
17
17
FLASHINFER_REF : v0.2.2.post1
18
18
FLASHINFER_BUILD_SUFFIX : cu124
19
- VLLM_REF : v0.8.3
20
- VLLM_BUILD_VERSION : 0.8.3
19
+ VLLM_REF : v0.8.4
20
+ VLLM_BUILD_VERSION : 0.8.4
21
21
22
22
on :
23
23
push :
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ FROM build-base AS build-vllm
167
167
COPY --from=build-torch /wheels/*.whl wheels/
168
168
RUN uv pip install wheels/*
169
169
170
- ARG VLLM_REF=v0.8.3
171
- ARG VLLM_BUILD_VERSION=0.8.3
170
+ ARG VLLM_REF=v0.8.4
171
+ ARG VLLM_BUILD_VERSION=0.8.4
172
172
ENV BUILD_VERSION=${VLLM_BUILD_VERSION:-${VLLM_REF#v}}
173
173
ENV SETUPTOOLS_SCM_PRETEND_VERSION=${BUILD_VERSION:-:}
174
174
RUN git clone https://github.com/vllm-project/vllm.git
You can’t perform that action at this time.
0 commit comments