You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have succesfully deployed the clearml-server on a Ubuntu 20.04LTS system. I've also installed the agent in the same computer. But when I try to initiate the clearml-agent running clearml-agent init, this is the output:
I have succesfully deployed the clearml-server on a Ubuntu 20.04LTS system. I've also installed the agent in the same computer. But when I try to initiate the clearml-agent running
clearml-agent init
, this is the output:CLEARML-AGENT setup process
Please create new clearml credentials through the settings page in your
clearml-server
web app,or create a free account at https://app.clear.ml/settings/webapp-configuration
In the settings > workspace page, press "Create new credentials", then press "Copy to clipboard".
Paste copied configuration here:
api {
web_server: http://localhost:8085/
api_server: http://localhost:8008
credentials {
"access_key" = "0WT3PQZW3DWOR533UVMUO2K5"
"secret_key" = ""
}
}
Detected credentials key="0WT3PQZW3DWOR533UVMUO2K5" secret="*"
WEB Host configured to: [http://localhost:8085/]
API Host configured to: [http://localhost:8085/]
File Store Host configured to: localhost:8081
ClearML Hosts configuration:
Web App:
API: http://localhost:8085/
File Store: http://localhost:8081
Verifying credentials ...
Error: could not verify credentials: key=0WT3PQZW3DWOR533UVMUO2K5 secret=
I am doing anything wrong?
Regards,
Pau
The text was updated successfully, but these errors were encountered: