diff --git a/build_image.sh b/build_image.sh index 057882ab0e8d06303cfda1999ff8e2415a9e64fb..5094bd86c39898481795b8d3268f0b0c408b2743 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")