Update getting_started.ipynb

Fix numpy version mismatch issue
This commit is contained in:
Hardik Shah 2025-03-20 22:00:08 -07:00 committed by GitHub
parent 5a68a28263
commit 395203ce0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,8 @@
"outputs": [],
"source": [
"# NBVAL_SKIP\n",
"!pip uninstall pandas numpy -y\n",
"!pip install pandas numpy\n",
"# This will build all the dependencies you will need\n",
"!UV_SYSTEM_PYTHON=1 llama stack build --template together --image-type venv"
]