forked from phoenix-oss/llama-stack-mirror
[CLI] simplify docker run (#159)
* bake run.yaml inside docker, simplify run * add docker template examples * delete generated Dockerfile * unique deps * clean up debug * default entrypoint * address comments, update output msg * update msg * build output msg * configure msg * unique special_deps * remove quotes in configure
This commit is contained in:
parent
8db49de961
commit
d28c3dfe0f
9 changed files with 172 additions and 13 deletions
|
@ -38,7 +38,8 @@ fi
|
|||
|
||||
set -x
|
||||
$DOCKER_BINARY run $DOCKER_OPTS -it \
|
||||
--entrypoint "/usr/local/bin/llama" \
|
||||
-v $host_build_dir:$container_build_dir \
|
||||
$mounts \
|
||||
$docker_image \
|
||||
llama stack configure ./llamastack-build.yaml --output-dir $container_build_dir
|
||||
stack configure ./llamastack-build.yaml --output-dir $container_build_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue