mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
start_container.sh prefix llamastack->distribution name
This commit is contained in:
parent
df141b6ef3
commit
cb43caa2c3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if [ $# -lt 3 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build_name="$1"
|
build_name="$1"
|
||||||
docker_image="llamastack-$build_name"
|
docker_image="distribution-$build_name"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
yaml_config="$1"
|
yaml_config="$1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue