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 Folks, I'M New To Clearml. I'Ve Installed A Self-Hosted Instance By Using The Docker-Compose.Yml Versioned 3.6. It Appears That My Clearml Service Consists Of 8 Containers. The Issue Is That Whenever I Execute The Service, The

Hello folks,
I'm new to ClearML. I've installed a self-hosted instance by using the docker-compose.yml versioned 3.6.
It appears that my ClearML service consists of 8 containers. The issue is that whenever I execute the service, the agent-services container goes off in a couple of seconds as attached. But, the whole service appears working fine. I wonder whether it is some kind of failure or not.

  
  
Posted one year ago
Votes Newest

Answers 2


Hi VivaciousReindeer64 , the agent-services service requires additional configuration in order to be able to connect to the server. In the docker-compose, you will find:
CLEARML_API_ACCESS_KEY: ${CLEARML_API_ACCESS_KEY:-} CLEARML_API_SECRET_KEY: ${CLEARML_API_SECRET_KEY:-}Which depends on externally-defined environment variables - these need to be created using the "create new credentials" option in your profile page, and set. Once you have these, restart the agent-services service and it should be able to connect and run properly 🙂

  
  
Posted one year ago

Hi @<1523701087100473344:profile|SuccessfulKoala55> Thank you very much for your help. It's working fine now after I set the keys. Thanks again 😀

  
  
Posted one year ago
517 Views
2 Answers
one year ago
one year ago
Tags