From 33728aea7b47b8729e1aeb903eb8e0a1fd9d9a41 Mon Sep 17 00:00:00 2001 From: "hoejoo.lee" Date: Tue, 18 Apr 2023 08:38:29 -0400 Subject: [PATCH] update install guide to use new installation script Change-Id: I099ae031456066092c97ac21ad301e36136b17d4 Signed-off-by: hoejoo.lee --- docs/installation-guide.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) mode change 100644 => 100755 docs/installation-guide.rst 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 --------------------------------------------- -- 2.16.6