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
Hello, Where Can I Find The Up To Date Clearml Repository To Build The Clearml Image Present At


The version in dockerhub is custom built by us, and has a few changed shell scripts to help us deploy it more easily in different setups and to help us use a more uniform build system internally. Having said that it uses the exact same code base and resources as is available in the repository - you can choose if you'd like to use it or build your own using the provided Dockerfile (or your own Dockerfile, of course) - if there's any issue or bug with building the Dockerfile provided in the repository, we'll obviously be happy to help 🙂

  
  
Posted 3 months ago
35 Views
0 Answers
3 months ago
3 months ago