Unanswered
Hello Folks!
I Have A Pipeline With Three Tasks: A, B, And C
I Want To Set It Up So That:
A Gets Assigned A Machine (E.G. Based On The Queue)
B Always Gets Assigned To The Same Machine As A (But May Run In A Different Docker Etc.)
C Will Be Submitted To
Hi RoughTiger69 , you can specify a queue per step with execution_queue
parameter in add_function_step
https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller
Same goes for the docker image - docker
parameter add_function_step
182 Views
0
Answers
2 years ago
one year ago