i have a pyproject.toml in the root dir which installs the custom package with pip install -e .
From my understanding the agent basically runs a pip install command (usually pointing to some autogenerated list of packages - depending on configs).
You can treat the 'installed packages' section as if it were a 'requirements.txt' file.
I confirm that clearml handle properly -e
installed package. That is very nice because package get updated automatically without touch requirements.txt 😄
Your clearml worker need to be setup in order to have access to the git repo.
Hi @<1836213536267702272:profile|ConvolutedCoyote85> , how would you normally install this package from a different machine?