Skip to content

Commit

Permalink
Update run-amd-test.sh
Browse files Browse the repository at this point in the history
[Build/CI] Fixing Docker Hub quota issue.
  • Loading branch information
Alexei-V-Ivanov-AMD authored Aug 1, 2024
1 parent c8a7e93 commit 010df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/run-amd-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ done

echo "--- Pulling container"
docker login registry-1.docker.io -u alexeivivanovamd -p ${DH_TOKEN}
image_name="rocmshared/vllm-ci:${BUILDKITE_COMMIT}"
image_name="rocm/vllm-ci:${BUILDKITE_COMMIT}"
container_name="rocm_${BUILDKITE_COMMIT}_$(tr -dc A-Za-z0-9 < /dev/urandom | head -c 10; echo)"
docker pull ${image_name}

Expand Down

0 comments on commit 010df13

Please sign in to comment.