forked from phoenix-oss/llama-stack-mirror
Add DOCKER_BINARY / DOCKER_OPTS to all scripts
This commit is contained in:
parent
ca4b87aa05
commit
9eb01dd664
4 changed files with 10 additions and 3 deletions
|
@ -114,4 +114,4 @@ set +x
|
|||
echo "You can run it with: podman run -p 8000:8000 $image_name"
|
||||
|
||||
echo "Checking image builds..."
|
||||
podman run -it $image_name cat llamastack-build.yaml
|
||||
$DOCKER_BINARY run $DOCKER_OPTS -it $image_name cat llamastack-build.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue