forked from phoenix-oss/llama-stack-mirror
Update getting_started.ipynb
Fix numpy version mismatch issue
This commit is contained in:
parent
5a68a28263
commit
395203ce0f
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# NBVAL_SKIP\n",
|
"# NBVAL_SKIP\n",
|
||||||
|
"!pip uninstall pandas numpy -y\n",
|
||||||
|
"!pip install pandas numpy\n",
|
||||||
"# This will build all the dependencies you will need\n",
|
"# This will build all the dependencies you will need\n",
|
||||||
"!UV_SYSTEM_PYTHON=1 llama stack build --template together --image-type venv"
|
"!UV_SYSTEM_PYTHON=1 llama stack build --template together --image-type venv"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue