From 84e0116a5d26e08061dc0a9342f25415d12f6716 Mon Sep 17 00:00:00 2001 From: nepdada Date: Fri, 5 Sep 2025 02:43:09 +0000 Subject: [PATCH] update build_image.sh. Signed-off-by: nepdada --- build_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_image.sh b/build_image.sh index 057882ab..5094bd86 100644 --- a/build_image.sh +++ b/build_image.sh @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -euo pipefail +set -exuo pipefail readonly IMAGE_TAG="vllm_ms_$(date +%Y%m%d)" ARCH=$([ "$(uname -m)" = "x86_64" ] && echo "x86_64" || echo "aarch64") -- Gitee