Well, ClearML currently supports a single repository. If you code needs more, it can clone them explicitly...
I pulled a local copy of the desired branch from each to a local folder
and inside the script I import the desired parts from each of them
What do you mean by "sync"? The agent running the code remotely will clone (or update) the git repo according to the specified repository details in the task
In the past I worked with a remote interpreter and synched the directory to which all my git repos are pulled with a remote folder in the remote machine
How exactly are you using multiple repos?
Do you happened to know if there is a way to sync my local git folder when executing remotely?
Is there a way to deliver this folder to the agent / the task?
Hi PunyPigeon71 ,
You can use the agent's agenrt.package_manager.force_repo_requirements_txt: true
setting to make sure it will always install the repository's requirements file
You can always edit those details before running remotely (setting a new branch, clearing out the commit ID etc.)\
so that imports from local repos will not fail
When the import command is executed remotely it crashes since these branches were pulled to the local machine