Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c9ca4fce
Unverified
Commit
c9ca4fce
authored
Dec 03, 2024
by
Kevin H. Luu
Committed by
GitHub
Dec 04, 2024
Browse files
[ci/build] Job to build and push release image (#10877)
parent
fa2dea61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+13
-0
No files found.
.buildkite/release-pipeline.yaml
View file @
c9ca4fce
...
...
@@ -26,3 +26,16 @@ steps:
-
"
bash
.buildkite/upload-wheels.sh"
env
:
DOCKER_BUILDKIT
:
"
1"
-
block
:
"
Build
release
image"
depends_on
:
~
key
:
block-release-image-build
-
label
:
"
Build
release
image"
depends_on
:
block-release-image-build
agents
:
queue
:
cpu_queue_postmerge
commands
:
-
"
aws
ecr-public
get-login-password
--region
us-east-1
|
docker
login
--username
AWS
--password-stdin
public.ecr.aws/q9t5s3a7"
-
"
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.1.0
--tag
public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT
--target
vllm-openai
--progress
plain
."
-
"
docker
push
public.ecr.aws/q9t5s3a7/vllm-release-repo:$BUILDKITE_COMMIT"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment