mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
working now
This commit is contained in:
parent
1cb9d3bca2
commit
b63982ef00
6 changed files with 59 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue