Well I simply duplicated code across my components instead of centraliwing the operations that needed that env variable in the controller
Yes but not in the controller itself, which is also remotely executed in a docker container
I'm considering doing a PR in a few days to add the param if it is not too complex
Hi FierceHamster54 , you have docker_args in https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller#pipelinedecoratorcomponent
Takling about that decorator which shouyld also have a docker_arg param since it is executed as an "orchestration component" but the param is missing https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller/#pipelinedecoratorpipeline
FierceHamster54 did you find a way around this? i’m also looking for a solution here without skipping the decorators and building the Task/PipelineController manually