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 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 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 in the arguments of Task.create or PipelineDecorator.component ?

  
  
Posted 2 years ago
Votes Newest

Answers


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