Commit 221a10c
committed
ray-train: make all Dockerfile ARGs config-driven
Every Dockerfile ARG must come from the config; the Dockerfile default is only a
fallback for bare 'docker build'. Add the missing ones to both configs:
- builder_base_image, base_image (were relying on Dockerfile defaults)
- python_short_version (venv site-packages path; was Dockerfile-only)
Drop redundant build.framework_version — the build-image action already injects
FRAMEWORK_VERSION from metadata.framework_version (kept in metadata as required).1 parent 4645d33 commit 221a10c
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
| 22 | + | |
20 | 23 | | |
21 | | - | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments