sskj/experiments
yy-fighting 58a3616872 sglang tp_dp_matrix: export DATASET_PATH for bash -c subshells
export -f only exports the function definition, not the variables it
references. DATASET_PATH was empty inside timeout bash -c subshells,
causing docker run -v ::ro invalid spec even after the dynamic vol_args
fix. Add explicit export after sourcing config.env.
2026-07-10 04:07:14 +00:00
..