I deployed the clearml server to an EC2 instance and created https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#using-hashed-passwords .
Now I could login to the web UI and generate app credentials in order to configure my clearml agent.
But finally the following error keeps happening when I try to submit a task to my clearml server 🤔 .
Any ideas?
Thanks.Retrying (Retry(total=239, connect=239, read=240, redirect=240, status=240)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fae2fbf1a60>, 'Connection to <My server IP address> timed out. (conn ect timeout=3.0)')': /auth.login
Edit: never mind, the problem is solved by editing the EC2's security policy to allow access for TCP at port 8008 (the API server).