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 Folks! How Do We Get


Hi @<1546665634195050496:profile|SolidGoose91> , the way to go about that (anywhere where a ClearML Agent is involved, which includes clearml-session) is to provide the full docker image name (i.e. including the repository) and making sure the agent pulling the image either runs on an EC2 machine with a role allowing it to access the repository (or credentials provided in a configuration file), and an initial bash script for the agent container itself calling docker login at a first step.

  
  
Posted one year ago
101 Views
0 Answers
one year ago
one year ago