Unanswered
Hi All. I'M Having Some Issues Authenticating With Clearml In Google Colab. Here'S What I Did Locally, Which Worked:
Hi GleamingGrasshopper63 ,
ClearML will take you configuration from ~/clearml.conf
file (so it should use the file if you are root user). You can also configure env var for you auth and api work:
export CLEARML_API_HOST={api_server} export CLEARML_WEB_HOST={web_server} export CLEARML_FILES_HOST={files_server} export CLEARML_API_ACCESS_KEY={access_key} export CLEARML_API_SECRET_KEY={secret_key}
Can you verify the configuration file location or try with the env vars?
150 Views
0
Answers
2 years ago
one year ago