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
Hey Everyone After An Upgrade From 0.15 To 0.17 I’M Trying To Load The Clearml Server Getting

hey everyone after an upgrade from 0.15 to 0.17 I’m trying to load the clearml server getting

  
  
Posted 3 years ago
Votes Newest

Answers 7


This looks like the old unified docker-compose.yml file which is no longer supported. Please use the latest file as shown here: https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html#deploying

  
  
Posted 3 years ago

alright I’ll give it a go even though that’s the docker compose from 0.17.0 docker library in your github server repo

  
  
Posted 3 years ago

Jake that’s the entirety of the docker logs

  
  
Posted 3 years ago

YummyMoth34 can you attach the full log?

  
  
Posted 3 years ago

I think you're mistaken... this is the file in the docker library: https://github.com/allegroai/clearml-server/blob/master/docker/docker-compose.yml
Note it has no line such as:
- "echo \"#!/bin/bash\" > /opt/clearml/all.sh && echo \"/opt/clearml/wrapper.sh webserver&\" >> /opt/clearml/all.sh && echo \"/opt/clearml/wrapper.sh fileserver&\" >> /opt/clearml/all.sh && echo \"/opt/clearml/wrapper.sh apiserver\" >> /opt/clearml/all.sh && cat /opt/clearml/all.sh && chmod +x /opt/clearml/all.sh && /opt/clearml/all.sh"

  
  
Posted 3 years ago

moved from the unified to the regular docker-compose and it works, thank you for the help SuccessfulKoala55

  
  
Posted 3 years ago

Can you also attach the docker-compse.yml you're using?

  
  
Posted 3 years ago
533 Views
7 Answers
3 years ago
one year ago
Tags