This commit is contained in:
hailin 2025-08-04 23:49:51 +08:00
parent c542704993
commit f2048d004f
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache \
# Check the size of the wheel if RUN_WHEEL_CHECK is true # Check the size of the wheel if RUN_WHEEL_CHECK is true
COPY ./vllm_v0.10.0/.buildkite/check-wheel-size.py check-wheel-size.py COPY ./vllm_v0.10.0/.buildkite/check-wheel-size.py check-wheel-size.py
# sync the default value with .buildkite/check-wheel-size.py # sync the default value with .buildkite/check-wheel-size.py
ARG VLLM_MAX_SIZE_MB=400 ARG VLLM_MAX_SIZE_MB=40000
ENV VLLM_MAX_SIZE_MB=$VLLM_MAX_SIZE_MB ENV VLLM_MAX_SIZE_MB=$VLLM_MAX_SIZE_MB
ARG RUN_WHEEL_CHECK=true ARG RUN_WHEEL_CHECK=true
RUN if [ "$RUN_WHEEL_CHECK" = "true" ]; then \ RUN if [ "$RUN_WHEEL_CHECK" = "true" ]; then \