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