mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Fix docstring
This commit is contained in:
parent
11d8f5ccac
commit
24cdefb8c5
@ -291,7 +291,8 @@ class PipelineController(object):
|
|||||||
- match git repository branch to a previous step
|
- match git repository branch to a previous step
|
||||||
task_overrides={'script.branch': '${stage1.script.branch}', 'script.version_num': ''}
|
task_overrides={'script.branch': '${stage1.script.branch}', 'script.version_num': ''}
|
||||||
- change container image
|
- change container image
|
||||||
task_overrides={'container.image': '${stage1.container.image}'}
|
task_overrides={'container.image': 'nvidia/cuda:11.6.0-devel-ubuntu20.04',
|
||||||
|
'container.arguments': '--ipc=host'}
|
||||||
- match container image to a previous step
|
- match container image to a previous step
|
||||||
task_overrides={'container.image': '${stage1.container.image}'}
|
task_overrides={'container.image': '${stage1.container.image}'}
|
||||||
:param execution_queue: Optional, the queue to use for executing this specific step.
|
:param execution_queue: Optional, the queue to use for executing this specific step.
|
||||||
|
Loading…
Reference in New Issue
Block a user