Skip to content

Commit 5424fa5

Browse files
committed
Add preamble for buildx
Signed-off-by: Orion Reblitz-Richardson <[email protected]>
1 parent 2b3257f commit 5424fa5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildkite/test-template-ci.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,10 @@ steps:
469469
timeout_in_minutes: 600
470470
commands:
471471
- "aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/q9t5s3a7"
472+
- "aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 936637512419.dkr.ecr.us-east-1.amazonaws.com"
473+
- "docker buildx create --name vllm-builder --driver docker-container --use"
474+
- "docker buildx inspect --bootstrap"
475+
- "docker buildx ls"
472476
- |
473477
#!/bin/bash
474478
if [[ -z $(docker manifest inspect {{ docker_image_torch_nightly }}) ]]; then

0 commit comments

Comments
 (0)