Reputation
Badges 1
5 × Eureka!@<1523701070390366208:profile|CostlyOstrich36> When I did "clearml init" initially and set the credentials with "https", it threw a bunch of errors regarding SSL protocols and was unable to connect to the clearml server. So, I registered them as "http" instead and it worked. So, I am not really sure if it works if I register them as "https".
This is what it says when I register as https:
clearml.storage - ERROR - Exception encountered while uploading HTTPSConnectionPool(host=' ', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)')))
Hi @<1523701087100473344:profile|SuccessfulKoala55> Thanks. This worked.
Hi @<1523701070390366208:profile|CostlyOstrich36> @<1523701435869433856:profile|SmugDolphin23> . I have used these lines in my script:
task = Task.init(project_name="prediction", task_name="local")
task.set_repo(repo=" None ", branch="main")
task.execute_remotely(queue_name="default", exit_process=True)
It installs all the dependencies using Poetry from .toml file in the repository, but fails to find the config file after that. This is what th...
Following up on this @<1523701070390366208:profile|CostlyOstrich36> @<1523701435869433856:profile|SmugDolphin23>