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! Is It Possible To Deploy Clearml-Server On Linux/Arm64 Platform?

Hello! Is it possible to deploy clearml-server on linux/arm64 platform?

  
  
Posted 19 days ago
Votes Newest

Answers 2


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, I tried to deploy amd64 version, but, as expected, I had an error in execution in the containers with exec clearml/*.sh .

How do I need install it correctly so that I can host the clearml server on arm platform?

  
  
Posted 18 days ago

Hi NonsensicalDuck81 , as long as you have docker installed, yes 🙂

  
  
Posted 18 days ago
92 Views
2 Answers
19 days ago
17 days ago
Tags