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
Profile picture
NonsensicalDuck81
Moderator
1 Question, 1 Answer
  Active since 12 March 2025
  Last activity 5 months ago

Reputation

0

Badges 1

Eureka!
0 Votes
2 Answers
516 Views
0 Votes 2 Answers 516 Views
Hello! Is it possible to deploy clearml-server on linux/arm64 platform?
5 months ago
0 Hello! Is It Possible To Deploy Clearml-Server On Linux/Arm64 Platform?

@<1523701070390366208:profile|CostlyOstrich36> I tried to install via docker-compose with downloaded yml config from current master of clearml-server, added platform: "linux/arm64" in yml config for each service. Finally, when I tried up with docker compose I have a message that image with reference docker.io/allegroai/clearml:latest was found but doesn't match the specified platform: wanted linux/arm64, actual: linux/amd64 .

Moreover...

5 months ago