Skip to content

Commit

Permalink
image build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Sep 15, 2023
1 parent 657cd6f commit 9c4e338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kubernetes/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ while getopts ":pg" opt; do
done

# Add -gpu to the tag if the GPU image is being built
if [[ $gpu ]]; then
if [[ $gpu == "true" ]]; then
TAG=$TAG-gpu:latest
else
TAG=$TAG:latest
Expand Down

0 comments on commit 9c4e338

Please sign in to comment.