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
For example, I'd like to setup agent.python_binary variable for my "agent-services" service, how can I achieve that?
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?
What is it that you're wanting to configure?