Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
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 Script. Now I Want To Run Experiments Using Agent. How Can I Make My Agent Use These, Instead Of Clo

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 script. Now I want to run experiments using agent. How can I make my agent use these, instead of cloning a git repo everytime?

  
  
Posted 10 months ago
Votes Newest

Answers 5


Hi @<1785479228557365248:profile|BewilderedDove91> , I think this is the env variable you're looking for - CLEARML_AGENT_FORCE_CODE_DIR

None

  
  
Posted 10 months ago

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.

  
  
Posted 10 months 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.

  
  
Posted 10 months ago

Did you provide an entry point?

  
  
Posted 10 months ago

Thanks for the help, CLEARML_AGENT_FORCE_CODE_DIR - this is working for me now

  
  
Posted 10 months ago
1K Views
5 Answers
10 months ago
10 months ago
Tags