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
b5708117
Unverified
Commit
b5708117
authored
Jul 24, 2024
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
Jul 24, 2024
Browse files
[Build/CI] Update run-amd-test.sh. Enable Docker Hub login. (#6711)
parent
ccc4a732
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.buildkite/run-amd-test.sh
.buildkite/run-amd-test.sh
+1
-0
No files found.
.buildkite/run-amd-test.sh
View file @
b5708117
...
@@ -55,6 +55,7 @@ while true; do
...
@@ -55,6 +55,7 @@ while true; do
done
done
echo
"--- Pulling container"
echo
"--- Pulling container"
docker login registry-1.docker.io
-u
alexeivivanovamd
-p
${
DH_TOKEN
}
image_name
=
"rocmshared/vllm-ci:
${
BUILDKITE_COMMIT
}
"
image_name
=
"rocmshared/vllm-ci:
${
BUILDKITE_COMMIT
}
"
container_name
=
"rocm_
${
BUILDKITE_COMMIT
}
_
$(
tr
-dc
A-Za-z0-9 < /dev/urandom |
head
-c
10
;
echo
)
"
container_name
=
"rocm_
${
BUILDKITE_COMMIT
}
_
$(
tr
-dc
A-Za-z0-9 < /dev/urandom |
head
-c
10
;
echo
)
"
docker pull
${
image_name
}
docker pull
${
image_name
}
...
...
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