forked from phoenix-oss/llama-stack-mirror
fix: Update getting_started.ipynb (#1245)
update to install properly in system python in colab
This commit is contained in:
parent
de878e15a9
commit
a1fe3c30dd
1 changed files with 2 additions and 2 deletions
|
@ -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__"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue