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
5c912120
Unverified
Commit
5c912120
authored
Apr 19, 2025
by
omrishiv
Committed by
GitHub
Apr 18, 2025
Browse files
[release] Publish neuron docker image (#16733)
Signed-off-by:
omrishiv
<
327609+omrishiv@users.noreply.github.com
>
parent
490b1698
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+15
-0
No files found.
.buildkite/release-pipeline.yaml
View file @
5c912120
...
@@ -86,3 +86,18 @@ steps:
...
@@ -86,3 +86,18 @@ steps:
-
"
docker
push
public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:$(buildkite-agent
meta-data
get
release-version)"
-
"
docker
push
public.ecr.aws/q9t5s3a7/vllm-cpu-release-repo:$(buildkite-agent
meta-data
get
release-version)"
env
:
env
:
DOCKER_BUILDKIT
:
"
1"
DOCKER_BUILDKIT
:
"
1"
-
block
:
"
Build
Neuron
release
image"
key
:
block-neuron-release-image-build
depends_on
:
~
-
label
:
"
Build
and
publish
Neuron
release
image"
depends_on
:
block-neuron-release-image-build
agents
:
queue
:
neuron-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
GIT_REPO_CHECK=1
--tag
public.ecr.aws/q9t5s3a7/vllm-neuron-release-repo:$(buildkite-agent
meta-data
get
release-version)
--tag
public.ecr.aws/q9t5s3a7/vllm-neuron-release-repo:latest
--progress
plain
-f
docker/Dockerfile.neuron
."
-
"
docker
push
public.ecr.aws/q9t5s3a7/vllm-neuron-release-repo:$(buildkite-agent
meta-data
get
release-version)"
env
:
DOCKER_BUILDKIT
:
"
1"
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