From: hoejoo.lee Date: Tue, 18 Apr 2023 12:38:29 +0000 (-0400) Subject: update install guide to use new installation script X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=33728aea7b47b8729e1aeb903eb8e0a1fd9d9a41;p=aiml-fw%2Faimlfw-dep.git update install guide to use new installation script Change-Id: I099ae031456066092c97ac21ad301e36136b17d4 Signed-off-by: hoejoo.lee --- diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst old mode 100644 new mode 100755 index c80b3c3..341f495 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -245,7 +245,18 @@ To install Kserve run the below commands .. code:: bash - curl -s "https://raw.githubusercontent.com/kserve/kserve/release-0.7/hack/quick_install.sh" | bash + ./bin/install_kserve.sh + + +Uninstall Kserve +---------------- + +To uninstall Kserve run the below commands + +.. code:: bash + + ./bin/uninstall_kserve.sh + Deploy trained qoe prediction model on Kserve ---------------------------------------------