working now

This commit is contained in:
Kai Wu 2025-07-31 10:19:53 -07:00
parent 1cb9d3bca2
commit b63982ef00
6 changed files with 59 additions and 23 deletions

View file

@ -35,7 +35,7 @@ spec:
apt-get update && apt-get install -y git
# Clone the repository
git clone https://github.com/meta-llama/llama-stack.git /app
git checkout k8s_demo
# Navigate to the playground directory
cd /app/llama_stack/distribution/ui
@ -45,4 +45,4 @@ spec:
# Run the Streamlit app
streamlit run app.py --server.port=8322 --server.address=0.0.0.0
ports:
- containerPort: 8501
- containerPort: 8322