mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
Edits
This commit is contained in:
parent
f9d7f28d39
commit
8b36298a75
@ -142,8 +142,8 @@ DAEMON_ARGS = dict({
|
||||
},
|
||||
'--use-owner-token': {
|
||||
'help': 'Run tasks under the identity of each task\'s owner: all calls made by the task code during execution '
|
||||
'will use the owner\'s credentials instead of the agent\'s. This feature is available under the ClearML '
|
||||
'Enterprise plan.',
|
||||
'will use the owner\'s credentials instead of the agent\'s. This feature requires the agent to use a '
|
||||
'ClearML Enterprise Server.',
|
||||
'action': 'store_true',
|
||||
}
|
||||
}, **WORKER_ARGS)
|
||||
|
@ -87,7 +87,8 @@ def parse_args():
|
||||
action="store_true",
|
||||
default=False,
|
||||
help="Run tasks under the identity of each task's owner: all calls made by the task code during execution will "
|
||||
"use the owner's credentials instead of the agent's. This feature is available under the ClearML Enterprise plan.",
|
||||
"use the owner's credentials instead of the agent's. This features requires the agent to use a ClearML "
|
||||
"Enterprise Server.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--create-queue",
|
||||
|
Loading…
Reference in New Issue
Block a user