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. I Followed The Instructions For Deploying The Clearml Server Locally On Windows 10 (With A Amd Ryzen Processor). There Are Two Images In Docker That Are Not Properly Mounted; Mongos And Elasticsearch. They Give Me These Errors; Exec /Usr

Hello everyone. I followed the instructions for deploying the ClearML server locally on Windows 10 (with a AMD Ryzen processor).

There are two images in docker that are not properly mounted; mongos and elasticsearch. They give me these errors;

exec /usr/local/bin/docker-entrypoint.sh: exec format error

and

/bin/bash: error while loading shared libraries: /lib/x86_64-linux-gnu/libtinfo.so.6: file too short

for mongos and elasticsearch respectively. This is the underlying .yml file:

Very thankful for any kind of help here. Otherwise, I will be forced to host this with AWS.

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1669877498772459520:profile|LudicrousSeal25> , where did you get this line from?

  elasticsearch:
    platform: linux/amd64

Doesn't seem to be part of None

  
  
Posted 2 months ago
172 Views
1 Answer
2 months ago
2 months ago
Tags