Revert "fix(CRITICAL): 极简防弹Dockerfile——每个RUN都 || true"

This reverts commit a8acfbbb8f.
This commit is contained in:
Claude
2026-08-11 18:08:53 +00:00
parent a8acfbbb8f
commit f580b14dc3
135 changed files with 10152 additions and 31633 deletions

View File

@@ -1,7 +1,8 @@
concurrency: 1
command:
- python3
- /workspace/qwen3_6_scripts/launch_server.py
- -m
- vllm.entrypoints.openai.api_server
- --model
- /model
- --served-model-name
@@ -24,6 +25,8 @@ command:
- --enable-auto-tool-choice
- --tool-call-parser
- qwen3_coder
- --reasoning-parser
- qwen3
- --enable-prefix-caching
- --max-seq-len-to-capture
- '8192'
@@ -44,7 +47,3 @@ env:
value: max_split_size_mb:512
- name: OMP_NUM_THREADS
value: '1'
- name: BI100_MOE_COREX_DIRECT_ROUTED
value: '1'
- name: BI100_GDN_COREX_PACKED_DECODE
value: '1'