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
How To Apply Agent Configuration (I.E.

How to apply agent configuration (i.e. clearml.conf) to agent-services in the docker-compose file?

  
  
Posted 10 months ago
Votes Newest

Answers 6


Also take a look here - None

  
  
Posted 10 months ago

In the default docker compose file None there is "agent-services" service. It is an agent which for example runs pipeline controllers. Agent run from CLI can be configured, using clearml.conf file. Can I use clearml.conf file to configure "agent-services" service?

  
  
Posted 10 months ago

What is it that you're wanting to configure?

  
  
Posted 10 months ago

For example, I'd like to setup agent.python_binary variable for my "agent-services" service, how can I achieve that?

  
  
Posted 10 months ago

Thanks, that should do.

  
  
Posted 10 months ago

You can set CLEARML_AGENT_DEAMON_OPTIONS and these will be added to the clearml-agent command in the docker. Default is ---services-mode --create-queue

  
  
Posted 10 months ago
701 Views
6 Answers
10 months ago
10 months ago
Tags