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, We Run A Pipeline Using The Pipelinecontroller, When We Do It From

Hey, we run a pipeline using the PipelineController, when we do it from team member 1 computer, we see clearml-agent installing lots of unrelevant packages, and eventually fail. when team member 2 runs it, other packages are being ran, and the task run smoothly
what can cause this problem?

  
  
Posted one year ago
Votes Newest

Answers 32


basically, only test.py need the packages, but for somereason pipeline_test installs them as well

  
  
Posted one year ago

but why does it matter if i ran it on a remote agent?

  
  
Posted one year ago