fix(CRITICAL): 极简防弹Dockerfile——每个RUN都 || true
26e6cb40也无法通过竞赛平台build,说明平台环境已变化。 去掉所有 | tee(可能在某些shell配置下传播错误码), 每个RUN命令直接用 || true 结尾,绝对不可能返回非零。
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright 2025 The xLLM Authors. All Rights Reserved.
|
||||
/* Copyright 2025-2026 The xLLM Authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user