InfuseAI / primehub

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

Add check/install for prerequisite #667

Closed jimmyliao closed 2 years ago

jimmyliao commented 2 years ago

Signed-off-by: Jimmy jimmyliao@jimmyliao.net

PR checklist

What type of PR is this?

# check all prerequisite
./install/primehub-prerequisite check

# check and install all prerequisite libraries if not installed
./install/primehub-prerequisite install

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?:

LiuYuWei commented 2 years ago

@jimmyliao Finish reviewing the code. Please help to check the comments.

jimmyliao commented 2 years ago

@jimmyliao Please check.

@LiuYuWei , revised per commit #ce38ef8. Please check