From f2048d004f8d5e0ae14fe93d1ff77af6178e1b7b Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 4 Aug 2025 23:49:51 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b34dbe4..a3cd410 100644 --- a/Dockerfile +++ b/Dockerfile @@ -198,7 +198,7 @@ RUN --mount=type=cache,target=/root/.cache/ccache \ # 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 # 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 ARG RUN_WHEEL_CHECK=true RUN if [ "$RUN_WHEEL_CHECK" = "true" ]; then \