forked from phoenix-oss/llama-stack-mirror
fix: remove UV_SYSTEM_PYTHON from getting started notebook since llama stack build detects notebook environment
This commit is contained in:
parent
e8e8fe7c93
commit
d6356f822a
1 changed files with 1 additions and 3 deletions
|
@ -86,8 +86,6 @@
|
|||
"# NBVAL_SKIP\n",
|
||||
"\n",
|
||||
"!apt-get install -y bubblewrap\n",
|
||||
"import os\n",
|
||||
"os.environ[\"UV_SYSTEM_PYTHON\"] = \"1\"\n",
|
||||
"!pip install uv\n",
|
||||
"!uv pip install llama-stack"
|
||||
]
|
||||
|
@ -3632,7 +3630,7 @@
|
|||
"provenance": []
|
||||
},
|
||||
"kernelspec": {
|
||||
"display_name": "master",
|
||||
"display_name": "toolchain",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue