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.
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.
DistressedCentipede23 , can you please elaborate on the exact workflow you want to build?
right, just pull the command and run it
Hi DistressedCentipede23 , do you mean completely circumventing that basic function of the agent and simply pointing it to a specific script/env?