fix: Update getting_started.ipynb (#1245)

update to install properly in system python in colab
This commit is contained in:
Hardik Shah 2025-02-24 18:22:32 -08:00 committed by GitHub
parent de878e15a9
commit a1fe3c30dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@
"\n", "\n",
"!apt-get install -y bubblewrap\n", "!apt-get install -y bubblewrap\n",
"!pip install uv\n", "!pip install uv\n",
"!uv pip install llama-stack" "!uv pip install llama-stack --system"
] ]
}, },
{ {
@ -126,7 +126,7 @@
"source": [ "source": [
"# NBVAL_SKIP\n", "# NBVAL_SKIP\n",
"# This will build all the dependencies you will need\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__"
] ]
}, },
{ {