From a1fe3c30dd6e5ee9dbc45a5cd19122945ac9f351 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Mon, 24 Feb 2025 18:22:32 -0800 Subject: [PATCH] fix: Update getting_started.ipynb (#1245) update to install properly in system python in colab --- docs/getting_started.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index 7f9afd647..3b3059285 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -87,7 +87,7 @@ "\n", "!apt-get install -y bubblewrap\n", "!pip install uv\n", - "!uv pip install llama-stack" + "!uv pip install llama-stack --system" ] }, { @@ -126,7 +126,7 @@ "source": [ "# NBVAL_SKIP\n", "# This will build all the dependencies you will need\n", - "!llama stack build --template together --image-type venv" + "!llama stack build --template together --image-type venv --image-name __system__" ] }, {