Hi @<1785479228557365248:profile|BewilderedDove91> , I think this is the env variable you're looking for - CLEARML_AGENT_FORCE_CODE_DIR
Yeah I did. But found the mistake, it was in the relative path provided. Couldn't catch it earlier because clearml console didn't give any error.
Thanks for the help, CLEARML_AGENT_FORCE_CODE_DIR - this is working for me now
Thanks for this, but somehow didn't seem to work. What I did instead was to have a docker image added to my agent and mounted my data/cred directories through the setup code while using --docker
for clearml-agent daemon.
The outstanding issue is, I'm unable to run a file by default after starting a container. I'm using the "New Experiment" pop-up window in clearml dashboard to start an experiment. But that only sets up my container with correct mounting, but doesn't run the script that I provided. Not sure what am I missing.