Update getting started for uv

This commit is contained in:
Ashwin Bharambe 2025-02-03 14:06:45 -08:00
parent 109f210369
commit e1c57d5b94

View file

@ -87,7 +87,10 @@
"\n",
"!apt-get install -y bubblewrap\n",
"# install a branch of llama stack\n",
"!pip install llama-stack"
"import os\n",
"os.environ[\"UV_SYSTEM_PYTHON\"] = \"1\"\n",
"!pip install uv \n",
"!uv pip install llama-stack"
]
},
{