In my understanding, the current clearml-agent will
- pull the code, env file and command
- clone the git repo
- setup the env using the venv
- run the command on git repo with venv.
I am checking if it is possible that only pull the command, since the code base and conda env is shared across all the server.
Cuz in my servers, conda and running folder is mounted, but I would like to run it across servers. E.g., there are two servers that is already conda env and code ready.
@<1654294834359308288:profile|DistressedCentipede23> , can you please elaborate on the exact workflow you want to build?
@<1523701070390366208:profile|CostlyOstrich36>
@<1523701070390366208:profile|CostlyOstrich36>
right, just pull the command and run it
Hi @<1654294834359308288:profile|DistressedCentipede23> , do you mean completely circumventing that basic function of the agent and simply pointing it to a specific script/env?
Like and pull command and run it