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
Unanswered
Hello! I Am New To Clearml And Trying To Set It Up For My Org, And Have A Question Regarding Git Repository. So From What I Understood, Clearml Agent Spins Up A Docker Container And Then Clone The Github Repository, My Problem Is It Is Taking Too Long As


For now, I found that I can use CLEARML_AGENT_FORCE_CODE_DIR, but I have two questions:

First I was passing this through the extra docker arguments in Task UI, but is there a way to pass this flag through agent config? clearml.conf.

Second, I noticed that if I use this flag, it do not apply uncommitted changes, is there a way to do that and to switch to the proper commit?

  
  
Posted 7 months ago
158 Views
0 Answers
7 months ago
7 months ago