add readme

This commit is contained in:
Kai Wu 2025-08-03 14:35:45 -07:00
parent dcc47c2008
commit 62c758932d
3 changed files with 209 additions and 5 deletions

View file

@ -6,11 +6,7 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
# Check if NGC_API_KEY is provided as argument
if [ -n "$1" ]; then
export NGC_API_KEY=$1
echo "Using NGC API key provided as argument."
fi
# This script is used to apply the Kubernetes resources for the Llama Stack.
export POSTGRES_USER=llamastack
export POSTGRES_DB=llamastack