From ae67b7bcdfb9b29fe9ceb567bd13920368116c8e Mon Sep 17 00:00:00 2001 From: "moksh.baweja" Date: Mon, 10 Nov 2025 16:57:23 +0530 Subject: [PATCH] Fixing Document Issue Code blocks were not visible in document earlier Change-Id: Ia417eae0ac125e5ffe86ee6b6631a910109cf9e3 Signed-off-by: moksh.baweja --- docs/installation-guide.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 65d7496..d490505 100755 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -78,12 +78,14 @@ For stable l-release user can run following commands Any failure in l-release are tracked here 'https://lf-o-ran-sc.atlassian.net/browse/AIMLFW-286' Update recipe file :file:`RECIPE_EXAMPLE/example_recipe_latest_stable.yaml` which includes update of VM IP and datalake details. Ensure image version is correct. + .. code:: bash bin/install_traininghost.sh RECIPE_EXAMPLE/example_recipe_latest_stable.yaml **Note**: In case the Influx DB datalake is not available, this can be skipped at this stage and can be updated after installing datalake. In case user prefers to check latest updates they can clone master branch (master branch can be unstable) + .. code:: bash git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" # master branch -- 2.16.6