mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
clean up debug
This commit is contained in:
parent
827525c77c
commit
340e134629
1 changed files with 0 additions and 6 deletions
|
@ -129,9 +129,3 @@ $DOCKER_BINARY build $DOCKER_OPTS -t $image_name -f "$TEMP_DIR/Dockerfile" "$REP
|
||||||
set +x
|
set +x
|
||||||
|
|
||||||
echo "Success! You can run it with: $DOCKER_BINARY run -p 8000:8000 $image_name"
|
echo "Success! You can run it with: $DOCKER_BINARY run -p 8000:8000 $image_name"
|
||||||
|
|
||||||
echo "Checking image builds..."
|
|
||||||
$DOCKER_BINARY run $DOCKER_OPTS -it $image_name cat llamastack-build.yaml
|
|
||||||
|
|
||||||
echo "Checking image run..."
|
|
||||||
$DOCKER_BINARY run $DOCKER_OPTS -it $image_name cat llamastack-run.yaml
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue