update install guide to use new installation script 50/10950/2
authorhoejoo.lee <hoejoo.lee@samsung.com>
Tue, 18 Apr 2023 12:38:29 +0000 (08:38 -0400)
committerTaewan Kim <t25.kim@samsung.com>
Mon, 24 Apr 2023 10:27:40 +0000 (10:27 +0000)
Change-Id: I099ae031456066092c97ac21ad301e36136b17d4
Signed-off-by: hoejoo.lee <hoejoo.lee@samsung.com>
docs/installation-guide.rst [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c80b3c3..341f495
@@ -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
 ---------------------------------------------