This commit is contained in:
Eugene Rakhmatulin
2026-03-13 12:23:41 -07:00
parent d08266a123
commit 4bcbbaa25a

View File

@@ -586,7 +586,8 @@ patch_script_in_container() {
[[ "$node_rank" -gt 0 ]] && extra="$extra --headless"
local patch="sed -i '/--distributed-executor-backend/d' /workspace/exec-script.sh && \
echo '$extra' >> /workspace/exec-script.sh"
echo '$extra' >> /workspace/exec-script.sh && \
chmod +x /workspace/exec-script.sh"
if [[ "$is_local" == "true" ]]; then
docker exec "$container" bash -c "$patch"