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
Sorry For Always Posting Such Cryptic Problems. I Managed To Create A Docker-Compose File That Runs Clearml

Sorry for always posting such cryptic problems. I managed to create a docker-compose file that runs ClearML and it sets up 2 agents, one on the services queue, and another on a sessions queue.

When I start a ClearML session, it just hangs after pip -installing the various libraries. Can you think why this would be? Here's full log file:

For context, I'm running this docker-compose on an M2 mac

  
  
Posted 5 months ago
Votes Newest

Answers 6


Hi @<1541954607595393024:profile|BattyCrocodile47>
This looks like a docker issue running on mac m2
None
wdyt?

  
  
Posted 5 months ago

@<1541954607595393024:profile|BattyCrocodile47> not restarting the docker, restarting the Docker service (on Mac it's an app, I think there is an option on the Docker app to do that)

  
  
Posted 5 months ago

I've also tried running a clearml-agent daemon directly on my mac (not in docker) serving the sessions queue for the ClearML server that is running in docker. When I do that, it consistently fails with a different error. Something to do with mounting a volume.

  
  
Posted 5 months ago

The agent commands are nothing special.

clearml-agent daemon --queue sessions --cpu-only --create-queue true --docker
  
  
Posted 5 months ago

And for the session

clearml-session --queue sessions --docker python:3.9
  
  
Posted 5 months ago

Hmm... these people are recommending restarting docker completely. I may have tried that already, but I'll do it again when I get some time to be sure.

  
  
Posted 5 months ago
339 Views
6 Answers
5 months ago
5 months ago
Tags