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__" ] }, {