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
Hello, Everyone! Is There A Clearml .Pixi Package Manager Support ?

Hello, everyone!

is there a clearml .pixi package manager support ? None
I would like to have a remote execution in a docker container and then the pixi installs all then necessary packages ?
Has anyone made it to work?

I could do it myself could someone point me in the right direction?

  
  
Posted 28 days ago
Votes Newest

Answers


Hi @<1736556881964437504:profile|HelplessFly7> , I don't think there is such an integration. Currently Poetry, pip and Conda are supported. I think you could make a PR on this for the clearml-agent

  
  
Posted 28 days ago