fix: remove UV_SYSTEM_PYTHON from getting started notebook since llama stack build detects notebook environment

This commit is contained in:
Ashwin Bharambe 2025-02-24 10:05:02 -08:00
parent e8e8fe7c93
commit d6356f822a

View file

@ -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"
}, },