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
ManiacalPuppy53
Moderator
1 Question, 10 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
19 Answers
873 Views
0 Votes 19 Answers 873 Views
Hello, I've installed the self-deployed server on a RaspberryPi 4 according to the process https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_ser...
3 years ago
0 Hello, I'Ve Installed The Self-Deployed Server On A Raspberrypi 4 According To The Process

SuccessfulKoala55 Thanks for the reply.
I tried that, but it doesn't work.

3 years ago
0 Hello, I'Ve Installed The Self-Deployed Server On A Raspberrypi 4 According To The Process

OK, I got further into the RPI4 issue.
The steps I took:
Fresh installation of Ubuntu 64bit on RPI4B Install Docker Changed the ClearML yml file to the new Mongo + Elastic versions, to support arm644. ubuntu@clearmlserver:~$ docker container list
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
` 995fc4aa9dcb allegroai/clearml-agent-services:latest ...

3 years ago
0 Hello, I'Ve Installed The Self-Deployed Server On A Raspberrypi 4 According To The Process

For all the clearml containers:
{"log":"standard_init_linux.go:219: exec user process caused: exec format error\n","stream":"stderr","time":"2021-01-18T15:02:37.789800817Z"}
{"log":"standard_init_linux.go:219: exec user process caused: exec format error\n","stream":"stderr","time":"2021-01-18T15:02:41.536122964Z"}
{"log":"standard_init_linux.go:219: exec user process caused: exec format error\n","stream":"stderr","time":"2021-01-18T15:02:47.973756035Z"}
{"log":"standard_init_linux.go:219: exe...

3 years ago
0 Hello, I'Ve Installed The Self-Deployed Server On A Raspberrypi 4 According To The Process

SuccessfulKoala55 It seems that the server is constantly restarting.

3 years ago
0 Hello, I'Ve Installed The Self-Deployed Server On A Raspberrypi 4 According To The Process

SuccessfulKoala55 Just the regular "destination invalid" in the browser.
What relevant logs are there for this situation?

3 years ago
0 Hello, I'Ve Installed The Self-Deployed Server On A Raspberrypi 4 According To The Process

GrumpyPenguin23 And it was so easy. I'm thinking of giving up and just use a PC instead of Pi.

3 years ago