We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3257f commit 5424fa5Copy full SHA for 5424fa5
buildkite/test-template-ci.j2
@@ -469,6 +469,10 @@ steps:
469
timeout_in_minutes: 600
470
commands:
471
- "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"
476
- |
477
#!/bin/bash
478
if [[ -z $(docker manifest inspect {{ docker_image_torch_nightly }}) ]]; then
0 commit comments