From 340e13462957786799cde8d3871db48c72f06a33 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 30 Sep 2024 11:02:55 -0700 Subject: [PATCH] clean up debug --- llama_stack/distribution/build_container.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llama_stack/distribution/build_container.sh b/llama_stack/distribution/build_container.sh index 2af46dd96..bf23649d3 100755 --- a/llama_stack/distribution/build_container.sh +++ b/llama_stack/distribution/build_container.sh @@ -129,9 +129,3 @@ $DOCKER_BINARY build $DOCKER_OPTS -t $image_name -f "$TEMP_DIR/Dockerfile" "$REP set +x 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