Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change help text
  • Loading branch information
vpandiarajan20 committed Dec 2, 2025
commit 001c88637ebb5ac0707df5f074a35f87596d3cb2
6 changes: 4 additions & 2 deletions cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -3485,8 +3485,10 @@ NOTES:
Required: true,
},
&cli.StringFlag{
Name: trainFlagContainerVersion,
Usage: "container version to use (e.g., 'tf:2.16').",
Name: trainFlagContainerVersion,
Usage: `ml training container version to use.
Must be one of the supported container names found by
calling ListSupportedContainers`,
Required: true,
},
&cli.StringFlag{
Expand Down
Loading