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
I Installed Clearml Server According To The Instructions In The Clearml Document, In Server Ubuntu V24.04.02.

I installed clearml server according to the instructions in the clearml document, in server Ubuntu v24.04.02.
None
Installing Dockers and Docker compose, from Github, and install ClearML according the instructions in the end when I try to open the page to
receive the credentials and I receive a blank page but I see that it reaches the Server and the port is open.
Has the same thing happened to anyone? My knowledge of Dockers is minimal. If anyone knows how to fix it by changing the Docker yamel compose and can send it to me I will be very grateful
Jorge

  
  
Posted 4 months ago
Votes Newest

Answers 6


The problem with clearml is that it takes more than 8 gb of memory to run it and make it work, so when we run a virtual computer we have to know that it will not work

  
  
Posted 4 months ago

I send my logs and the logs from the another peaple with the same problem.

  
  
Posted 4 months ago

Is that the entire log? Any errors in the webserver container?

  
  
Posted 4 months ago

This is the list of the containers:
NAMES STATUS IMAGE
clearml-webserver Up 10 minutes allegroai/clearml:latest
async_delete Up 24 seconds allegroai/clearml:latest
clearml-apiserver Up About a minute allegroai/clearml:latest
clearml-mongo Restarting (132) 3 seconds ago mongo:6.0.19
clearml-fileserver Up 18 seconds allegroai/clearml:latest
clearml-redis Up 10 minutes redis:7.4.1
clearml-elastic Up 10 minutes elasticsearch:8.17.0

  
  
Posted 4 months ago

Yes,

  
  
Posted 4 months ago

Hi @<1825341965806342144:profile|DisgustedJellyfish66> , you basically see a blank screen in the webUI? Can you check if there are any errors in the API server or web server containers?

  
  
Posted 4 months ago
527 Views
6 Answers
4 months ago
4 months ago
Tags