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
I'Ve Just Run A New Instance Of Clearml And Run Agent Using Clearml-Agent Image I'Ve Pushed A Simple Job To The Queue And It'S Start To Run, After Finish


I think the docker agent is creating docker containers inside, and not passing the clearml.conf file.
Is there any ENV I can use to make this happend?
I've tried:

CLEARML_AGENT_EXTRA_DOCKER_ARGS=" -v /root/clearml.conf:/root/clearml.conf:ro -v /root/.ssh:/root/.ssh:ro "
  
  
Posted 3 months ago
36 Views
0 Answers
3 months ago
3 months ago