mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
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",
|
"# NBVAL_SKIP\n",
|
||||||
"\n",
|
"\n",
|
||||||
"!apt-get install -y bubblewrap\n",
|
"!apt-get install -y bubblewrap\n",
|
||||||
"import os\n",
|
|
||||||
"os.environ[\"UV_SYSTEM_PYTHON\"] = \"1\"\n",
|
|
||||||
"!pip install uv\n",
|
"!pip install uv\n",
|
||||||
"!uv pip install llama-stack"
|
"!uv pip install llama-stack"
|
||||||
]
|
]
|
||||||
|
@ -3632,7 +3630,7 @@
|
||||||
"provenance": []
|
"provenance": []
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "master",
|
"display_name": "toolchain",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue