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
bb1a784b
Unverified
Commit
bb1a784b
authored
Jul 12, 2024
by
Simon Mo
Committed by
GitHub
Jul 12, 2024
Browse files
Fix release-pipeline.yaml (#6388)
parent
d719ba24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+1
-1
No files found.
.buildkite/release-pipeline.yaml
View file @
bb1a784b
...
@@ -27,7 +27,7 @@ steps:
...
@@ -27,7 +27,7 @@ steps:
-
"
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
."
-
"
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
vllm-ci:build-image
cp
-r
dist
/artifacts_host"
-
"
for
f
in
artifacts/dist/*.whl;
do
mv
--
\"
$f
\"
\"
${f/linux/manylinux1}
\"
;
done
-
"
for
f
in
artifacts/dist/*.whl;
do
mv
--
\"
$f
\"
\"
${f/linux/manylinux1}
\"
;
done
"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/$BUILDKITE_COMMIT/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/nightly/"
-
"
aws
s3
cp
--recursive
--acl
public-read
artifacts/dist
s3://vllm-wheels/nightly/"
matrix
:
matrix
:
...
...
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