Hey SubstantialElk6 ,
You can try adding environment vars with that info:
os.environ["CLEARML_API_HOST"] = api_server os.environ["CLEARML_WEB_HOST"] = web_server os.environ["CLEARML_FILES_HOST"] = files_server os.environ["CLEARML_API_ACCESS_KEY"] = access_key os.environ["CLEARML_API_SECRET_KEY"] = secret_key
Thanks TimelyPenguin76 , is there an env var for the S3 connection as well?
SubstantialElk6 if you mean for the AWS S3 credentials, you can use the same env vars used by the AWS CLI:AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION