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! Once Again, I'M Having Trouble With The Autoscaler. If The 'Setup Shell Script' Field Is Present, The Task Won'T Start. It Woulf Install All The Requirements In The Newly Created Instance And Then Stop. My Setup Script Is:


I was trying to

  • "Remove the default docker image (UI) or set it to None (SDK) to signal ClearML to run the agent without docker"But it didn't work for me. Upon starting, agent trying to run task with arg '--docker None' or '--docker none:latest',

Task itself defines docker image as 'None' if value is empty.

  
  
Posted 9 months ago
92 Views
0 Answers
9 months ago
9 months ago