mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 13:26:08 +00:00
Add spaces to help menu (#96)
This commit is contained in:
parent
53eba5658f
commit
d521482409
@ -165,7 +165,7 @@ COMMANDS = {
|
|||||||
},
|
},
|
||||||
'--docker': {
|
'--docker': {
|
||||||
'help': 'Run execution task inside a docker (v19.03 and above). Optional args <image> <arguments> or '
|
'help': 'Run execution task inside a docker (v19.03 and above). Optional args <image> <arguments> or '
|
||||||
'specify default docker image in agent.default_docker.image / agent.default_docker.arguments'
|
'specify default docker image in agent.default_docker.image / agent.default_docker.arguments '
|
||||||
'use --gpus/--cpu-only (or set NVIDIA_VISIBLE_DEVICES) to limit gpu visibility for docker',
|
'use --gpus/--cpu-only (or set NVIDIA_VISIBLE_DEVICES) to limit gpu visibility for docker',
|
||||||
'nargs': '*',
|
'nargs': '*',
|
||||||
'default': False,
|
'default': False,
|
||||||
@ -199,14 +199,14 @@ COMMANDS = {
|
|||||||
},
|
},
|
||||||
'--docker': {
|
'--docker': {
|
||||||
'help': 'Build the experiment inside a docker (v19.03 and above). Optional args <image> <arguments> or '
|
'help': 'Build the experiment inside a docker (v19.03 and above). Optional args <image> <arguments> or '
|
||||||
'specify default docker image in agent.default_docker.image / agent.default_docker.arguments'
|
'specify default docker image in agent.default_docker.image / agent.default_docker.arguments '
|
||||||
'use --gpus/--cpu-only (or set NVIDIA_VISIBLE_DEVICES) to limit gpu visibility for docker',
|
'use --gpus/--cpu-only (or set NVIDIA_VISIBLE_DEVICES) to limit gpu visibility for docker',
|
||||||
'nargs': '*',
|
'nargs': '*',
|
||||||
'default': False,
|
'default': False,
|
||||||
},
|
},
|
||||||
'--force-docker': {
|
'--force-docker': {
|
||||||
'help': 'Force using the agent-specified docker image (either explicitly in the --docker argument or'
|
'help': 'Force using the agent-specified docker image (either explicitly in the --docker argument or '
|
||||||
'using the agent\'s default docker image). If provided, the agent will not use any docker'
|
'using the agent\'s default docker image). If provided, the agent will not use any docker '
|
||||||
'container information stored on the task itself (default False)',
|
'container information stored on the task itself (default False)',
|
||||||
'default': False,
|
'default': False,
|
||||||
'action': 'store_true',
|
'action': 'store_true',
|
||||||
|
Loading…
Reference in New Issue
Block a user