mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 20:27:35 +00:00
default entrypoint
This commit is contained in:
parent
340e134629
commit
fd04ad9e1e
3 changed files with 10 additions and 3 deletions
|
@ -32,6 +32,9 @@ DOCKER_OPTS="$DOCKER_OPTS --security-opt label=disable"
|
|||
|
||||
set -x
|
||||
$DOCKER_BINARY run $DOCKER_OPTS -it \
|
||||
--entrypoint "/usr/local/bin/llama" \
|
||||
-v $host_build_dir:$container_build_dir \
|
||||
$docker_image \
|
||||
llama stack configure ./llamastack-build.yaml --output-dir $container_build_dir
|
||||
"stack" \
|
||||
"configure" \
|
||||
"./llamastack-build.yaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue