InfuseAI / primehub

open-source MLOps platform
https://docs.primehub.io
Apache License 2.0
389 stars 39 forks source link

[Bug][PrimeHub] awk wrong message #664

Closed LiuYuWei closed 2 years ago

LiuYuWei commented 2 years ago

When we run the command line yq -V, we get the result yq (https://github.com/mikefarah/yq/) version 4.23.1. We awk the third word, but we need to get the version number, the fourth word. Fix the bug to make sure that the script is corrected.

Signed-off-by: simonliu1 simonliu@infuseai.io

PR checklist

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Fix the installation script bug.