I want to execute ClearML task remotely. According to docs there are 2 options: 1) execute single python file; 2) ClearML would identify that script is part of repo, that repo will be cloned and installed into docker and executed on the worker.
In this second scenario it is assumed that repo has remote url and it is accessible by worker. What if it isn't the case? Is it possible to somehow pack the local repo and send it for remote execution.
I think it is somewhat extending scenario 1, where not a single file is passed for execution but whole directory with file in it.
PS: i understand reproducibility concerns that arise, but repo is really not accessible from worker :(
Thanks in advance.