Unanswered
Is It Possible To Set Values In Clearml Config File Programmatically?
Specifically
I think the environment variables path might work for you then?
You'd set your config withuse_credentials_chain: ${CREDENTIALS_CHAIN}
Then in Python you could os.environ['CREDENTIALS_CHAIN'] = True/False
before you make any calls to ClearML?
156 Views
0
Answers
2 years ago
one year ago