Hi everyone, I want to use clearml agent on my remote machine, where I've setup my codebase, along with cred files, dataset dir, dockerfile and docker run sc...
5 days ago
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 ...