Hi WickedElephant66
in the pipeline component, import the required package it should auto detect it, or in the decorator function add the argument "packages"
https://github.com/allegroai/clearml/blob/0397f2b41e41325db2a191070e01b218251bc8b2/clearml/automation/controller.py#L2941
More context:
I'm using agents to remotely execute the pipeline,
A weird observation is that adding ‘import timm’ to the pipeline controller doesn't make the agent running the pipeline controller install timm.
Adding to this,
Here I want to run the entire pipeline remotely - both the controller and the components run on agents