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
Hi All, Are There Any Examples In The Official (Or External) Documentation Where I Can See How Clearml And Docker Work Together? This Comes Related To Another Question, An Agent Is Always Executed In Docker Container Even If You Do Not Specify Any Image I


Hi GiganticTurtle0 ,

This comes related to another question, an agent is always executed in Docker container even if you do not specify any image in the arguments of 

Task.create

 or 

PipelineDecorator.component

?

This depends on how you start the ClearML Agent - if you use the --docker command line option, it will use docker mode

  
  
Posted 2 years ago
146 Views
0 Answers
2 years ago
one year ago
Tags