Commit d217363
docs(inference): state why image absence proves the probe pull failed
The PR review advisor warned that the classifier could blame a pull for a
run failure it never observed. It cannot: `docker run` pulls an absent
image before it creates the container, and --add-host, policy, and
seccomp failures all happen after that pull. Five runs precede the
inspect check, so a pullable image would already be in the cache, and a
post-pull failure keeps the generic runtime diagnostic. Record that
invariant at the classifier so the next reader does not re-derive it.
Refs #9308
Signed-off-by: Dongni Yang <dongniy@nvidia.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 7d4f96a commit d217363
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1239 | 1239 | | |
1240 | 1240 | | |
1241 | 1241 | | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
1242 | 1249 | | |
1243 | 1250 | | |
1244 | 1251 | | |
| |||
0 commit comments