Hi FierceHamster54 , you have docker_args in https://clear.ml/docs/latest/docs/references/sdk/automation_controller_pipelinecontroller#pipelinedecoratorcomponent
I'm considering doing a PR in a few days to add the param if it is not too complex
Yes but not in the controller itself, which is also remotely executed in a docker container
Well I simply duplicated code across my components instead of centraliwing the operations that needed that env variable in the controller
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
I think this is what you're looking for š