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
Hi Everyone! I'M Trying To Host The Clearml Server On An Vm On Oci, But I'M Having Some Trouble. I'M Using The Always Free Vm.Standard.A1.Flex Arm64 Ubuntu 20.04. When I Spin Up The Docker Compose Serveral Images Keep Eternally Restarting. Anyone Had A Pr

Hi everyone! I'm trying to host the ClearML Server on an VM on OCI, but i'm having some trouble. I'm using the always free VM.Standard.A1.Flex arm64 Ubuntu 20.04. When I spin up the docker compose serveral images keep eternally restarting. Anyone had a problem like it?

  
  
Posted 2 years ago
Votes Newest

Answers 2


Maybe it's a problem regarding the arm64 architecture

  
  
Posted 2 years ago

Update: I just launched another instance with ubuntu 20.04 but with amd64 (x86_64), using the same docker compose and it worked just great. Were the docker images built on amd64? Do I need a specific attention when running amd64 images on arm64:

  
  
Posted 2 years ago
1K Views
2 Answers
2 years ago
one year ago
Tags