3333 agents :
3434 queue : arm64_cpu_queue_release
3535 commands :
36- - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=13.0.2 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_AARCH64}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda13.0 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
36+ - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=13.0.2 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_AARCH64}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda13.0-78e737ad29420ffc4800e677c51e2a852caf8359 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
3737 - " mkdir artifacts"
3838 - " docker run --rm -v $(pwd)/artifacts:/artifacts_host vllm-ci:build-image bash -c 'cp -r dist /artifacts_host && chmod -R a+rw /artifacts_host'"
3939 - " bash .buildkite/scripts/upload-nightly-wheels.sh"
4747 agents :
4848 queue : cpu_queue_release
4949 commands :
50- - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=13.0.2 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_X86}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda13.0 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
50+ - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=13.0.2 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_X86}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda13.0-78e737ad29420ffc4800e677c51e2a852caf8359 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
5151 - " mkdir artifacts"
5252 - " docker run --rm -v $(pwd)/artifacts:/artifacts_host vllm-ci:build-image bash -c 'cp -r dist /artifacts_host && chmod -R a+rw /artifacts_host'"
5353 - " bash .buildkite/scripts/upload-nightly-wheels.sh"
7171 agents :
7272 queue : arm64_cpu_queue_release
7373 commands :
74- - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=12.9.1 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_AARCH64_CU129}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda12.9 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
74+ - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=12.9.1 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_AARCH64_CU129}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda12.9-78e737ad29420ffc4800e677c51e2a852caf8359 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
7575 - " mkdir artifacts"
7676 - " docker run --rm -v $(pwd)/artifacts:/artifacts_host vllm-ci:build-image bash -c 'cp -r dist /artifacts_host && chmod -R a+rw /artifacts_host'"
7777 - " bash .buildkite/scripts/upload-nightly-wheels.sh"
@@ -142,7 +142,7 @@ steps:
142142 agents :
143143 queue : cpu_queue_release
144144 commands :
145- - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=12.9.1 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_X86_CU129}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda12.9 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
145+ - " DOCKER_BUILDKIT=1 docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --build-arg GIT_REPO_CHECK=1 --build-arg CUDA_VERSION=12.9.1 --build-arg torch_cuda_arch_list=\" ${CUDA_ARCH_X86_CU129}\" --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda12.9-78e737ad29420ffc4800e677c51e2a852caf8359 --tag vllm-ci:build-image --target build --progress plain -f docker/Dockerfile ."
146146 - " mkdir artifacts"
147147 - " docker run --rm -v $(pwd)/artifacts:/artifacts_host vllm-ci:build-image bash -c 'cp -r dist /artifacts_host && chmod -R a+rw /artifacts_host'"
148148 - " bash .buildkite/scripts/upload-nightly-wheels.sh"
@@ -234,7 +234,7 @@ steps:
234234 --build-arg CUDA_VERSION=13.0.2 \
235235 --build-arg torch_cuda_arch_list="${CUDA_ARCH_X86}" \
236236 --build-arg INSTALL_KV_CONNECTORS=true \
237- --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda13.0 \
237+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda13.0-78e737ad29420ffc4800e677c51e2a852caf8359 \
238238 --target vllm-openai \
239239 --progress plain \
240240 -f docker/Dockerfile .
@@ -260,7 +260,7 @@ steps:
260260 --build-arg CUDA_VERSION=13.0.2 \
261261 --build-arg torch_cuda_arch_list="${CUDA_ARCH_AARCH64}" \
262262 --build-arg INSTALL_KV_CONNECTORS=true \
263- --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda13.0 \
263+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda13.0-78e737ad29420ffc4800e677c51e2a852caf8359 \
264264 --target vllm-openai \
265265 --progress plain \
266266 -f docker/Dockerfile .
@@ -281,7 +281,7 @@ steps:
281281 --build-arg USE_SCCACHE=1 \
282282 --build-arg GIT_REPO_CHECK=1 \
283283 --build-arg CUDA_VERSION=12.9.1 \
284- --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda12.9 \
284+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda12.9-78e737ad29420ffc4800e677c51e2a852caf8359 \
285285 --build-arg torch_cuda_arch_list="${CUDA_ARCH_X86_CU129}" \
286286 --build-arg INSTALL_KV_CONNECTORS=true \
287287 --target vllm-openai \
@@ -307,7 +307,7 @@ steps:
307307 --build-arg USE_SCCACHE=1 \
308308 --build-arg GIT_REPO_CHECK=1 \
309309 --build-arg CUDA_VERSION=12.9.1 \
310- --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda12.9 \
310+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda12.9-78e737ad29420ffc4800e677c51e2a852caf8359 \
311311 --build-arg torch_cuda_arch_list="${CUDA_ARCH_AARCH64_CU129}" \
312312 --build-arg INSTALL_KV_CONNECTORS=true \
313313 --target vllm-openai \
@@ -334,7 +334,7 @@ steps:
334334 --build-arg GDRCOPY_OS_VERSION=Ubuntu24_04 \
335335 --build-arg torch_cuda_arch_list="${CUDA_ARCH_X86}" \
336336 --build-arg INSTALL_KV_CONNECTORS=true \
337- --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda13.0 \
337+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda13.0-78e737ad29420ffc4800e677c51e2a852caf8359 \
338338 --target vllm-openai \
339339 --progress plain \
340340 -f docker/Dockerfile .
@@ -361,7 +361,7 @@ steps:
361361 --build-arg GDRCOPY_OS_VERSION=Ubuntu24_04 \
362362 --build-arg torch_cuda_arch_list="${CUDA_ARCH_AARCH64}" \
363363 --build-arg INSTALL_KV_CONNECTORS=true \
364- --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda13.0 \
364+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda13.0-78e737ad29420ffc4800e677c51e2a852caf8359 \
365365 --target vllm-openai \
366366 --progress plain \
367367 -f docker/Dockerfile .
@@ -382,7 +382,7 @@ steps:
382382 --build-arg USE_SCCACHE=1 \
383383 --build-arg GIT_REPO_CHECK=1 \
384384 --build-arg CUDA_VERSION=12.9.1 \
385- --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda12.9 \
385+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinux2_28-builder:cuda12.9-78e737ad29420ffc4800e677c51e2a852caf8359 \
386386 --build-arg UBUNTU_VERSION=24.04 \
387387 --build-arg GDRCOPY_OS_VERSION=Ubuntu24_04 \
388388 --build-arg torch_cuda_arch_list="${CUDA_ARCH_X86_CU129}" \
@@ -409,7 +409,7 @@ steps:
409409 --build-arg USE_SCCACHE=1 \
410410 --build-arg GIT_REPO_CHECK=1 \
411411 --build-arg CUDA_VERSION=12.9.1 \
412- --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda12.9 \
412+ --build-arg BUILD_BASE_IMAGE=pytorch/manylinuxaarch64-builder:cuda12.9-78e737ad29420ffc4800e677c51e2a852caf8359 \
413413 --build-arg UBUNTU_VERSION=24.04 \
414414 --build-arg GDRCOPY_OS_VERSION=Ubuntu24_04 \
415415 --build-arg torch_cuda_arch_list="${CUDA_ARCH_AARCH64_CU129}" \
0 commit comments