mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 16:04:32 +00:00
More generic image type for OCI-compliant container technologies
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
9f14382d82
commit
2deac4879f
28 changed files with 55 additions and 55 deletions
|
|
@ -31,7 +31,7 @@ if [ $# -lt 3 ]; then
|
|||
fi
|
||||
|
||||
build_name="$1"
|
||||
docker_image="localhost/distribution-$build_name"
|
||||
container_image="localhost/distribution-$build_name"
|
||||
shift
|
||||
|
||||
yaml_config="$1"
|
||||
|
|
@ -92,4 +92,4 @@ $DOCKER_BINARY run $DOCKER_OPTS -it \
|
|||
$mounts \
|
||||
--env LLAMA_STACK_PORT=$port \
|
||||
--entrypoint='["python", "-m", "llama_stack.distribution.server.server", "--yaml-config", "/app/config.yaml"]' \
|
||||
$docker_image:$version_tag
|
||||
$container_image:$version_tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue