fix: remove set -eo pipefail — prevents docker build failure on any sub-step error

This commit is contained in:
2026-08-12 02:51:26 +00:00
parent 9f6b03a388
commit 9e61d7de93

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -eo pipefail
# set -eo pipefail
# BI-V100 engine patches for Qwen3.6-35B-A3B (Qwen3_5 architecture)
#
# All modifications are FULL FILE REPLACEMENTS — no AST patch scripts.