Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 committed Jan 12, 2024
1 parent eb72d6d commit c87b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving/docker/scripts/docker_name_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arch=$1
version=$2

if [[ -z "$version" ]]; then
image="$arch-nightly"
image="$arch-test"
else
if [[ "$arch" == "cpu" ]]; then
image=$version
Expand Down

0 comments on commit c87b121

Please sign in to comment.