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! I'Ve Found This From Clearml-Agent Docs. I'M A Little Confused With Content. Could Anyone Explain This Line

Hi all!
I've found this from clearml-agent docs.
I'm a little confused with content. Could anyone explain this line Docker Mode is only suppported in linux .
Does this mean that I'm not supposed to run the agent in docker mode on Windows computer?
image

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1664079296102141952:profile|DangerousStarfish38> , it means that it's not supported out of the box and might require more tinkering, but I've managed to run agent with docker mode on a windows machine previously 🙂

  
  
Posted 2 months ago