docker: tighten comments across the Blackwell image and helpers
Condense the verbose explanatory comments added by this branch to their essential points without dropping any load-bearing rationale. Touches comments and docstrings only, no code changes. Leaves the stable-tag gate rationale, the byte-identical enable= sync notes, and the update-alternatives pin comment as is.
This commit is contained in:
parent
8a02d123b3
commit
a26ead4957
33 changed files with 761 additions and 1300 deletions
|
|
@ -84,12 +84,10 @@ def _run(shim, tool, args):
|
|||
execd = None
|
||||
except _Exec as exc:
|
||||
# main() builds [REAL[tool]] + head + keep_args + the protected
|
||||
# constraints pair; head ends with the `install` verb, so everything
|
||||
# after it is what we asserted on. The trailing
|
||||
# `--constraint <unsloth-nb-protected-*.txt>` pair is injected on
|
||||
# EVERY forwarded install (resolver-level protection); strip it here
|
||||
# so each test asserts on its own arguments -- the dedicated
|
||||
# constraint-injection tests below cover the pair itself.
|
||||
# constraints pair; head ends with `install`, so everything after it
|
||||
# is what we assert on. The trailing `--constraint <...>` pair is
|
||||
# injected on EVERY install; strip it here so each test asserts on its
|
||||
# own args (dedicated tests below cover the pair).
|
||||
i = exc.argv.index("install")
|
||||
execd = exc.argv[i + 1 :]
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue