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
Hey

Hey 🙂
I'm using pipelines with decorators and trying to set a custom docker image to the pipeline itself which doesn't seem to accept a "docker=" argument like the steps.
Is there any way to do this?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1523701949617147904:profile|PricklyRaven28> , are you using the docker argument and it's not working? Are you sure the agent is running in docker mode?

  
  
Posted one year ago

Hi, yes it's running with autoscaler so it's for sure in docker mode

Are you saying that it should've worked? I got 'docker' attribute doesn't exist error. Maybe it's the version of the clearml server?

  
  
Posted one year ago
598 Views
2 Answers
one year ago
one year ago
Tags