This commit is contained in:
parent
c542704993
commit
f2048d004f
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue