Unanswered
How Can I Control The
Hi @<1593051292383580160:profile|SoreSparrow36> , to do that, you can create an external config file on the host (it should not be in the /opt/clearml/config
folder since that is used by the server), and add a volume mount in the services agent section to mount this file as clearml.conf
into the services agent container. If you mount it into ~/clearml.conf
the agent should pick it up. Note this file should only contain the required setting, something like:
sdk.aws.s3.use_credential_chain = True
And that's all 🙂
134 Views
0
Answers
one year ago
one year ago