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
f0250620
Unverified
Commit
f0250620
authored
Jul 05, 2024
by
Simon Mo
Committed by
GitHub
Jul 05, 2024
Browse files
Fix release wheel build env var (#6162)
parent
2de490d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+2
-2
No files found.
.buildkite/release-pipeline.yaml
View file @
f0250620
...
@@ -5,9 +5,9 @@ steps:
...
@@ -5,9 +5,9 @@ steps:
agents
:
agents
:
queue
:
cpu_queue
queue
:
cpu_queue
commands
:
commands
:
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
CUDA_VERSION={{matrix.cuda_version}}
--build-arg
PYTHON_VERSION={{matrix.python_version}}
--tag
vllm-ci:build-image
-e
CMAKE_BUILD_TYPE=Release
--target
build
--progress
plain
."
-
"
DOCKER_BUILDKIT=1
docker
build
--build-arg
max_jobs=16
--build-arg
USE_SCCACHE=1
--build-arg
CUDA_VERSION={{matrix.cuda_version}}
--build-arg
PYTHON_VERSION={{matrix.python_version}}
--tag
vllm-ci:build-image
--target
build
--progress
plain
."
-
"
mkdir
artifacts"
-
"
mkdir
artifacts"
-
"
docker
run
--rm
-v
$(pwd)/artifacts:/artifacts_host
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
-
"
docker
run
--rm
-v
$(pwd)/artifacts:/artifacts_host
-e
CMAKE_BUILD_TYPE=Release
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
-
"
aws
s3
cp
--recursive
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
-
"
aws
s3
cp
--recursive
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
matrix
:
matrix
:
setup
:
setup
:
...
...
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