Hi everyone, I'm Pau, from Spain, and new to this community.
I am self hosting a clearml server in a linux machine. I want to deploy a flask-app inside another container that uploads a dataset whenever it receives an event from another app. The container has a valid config file, and it executes clearml-init pointing to that file.
The problem I am facing is that apparently it doesn't "see" the clearml-server container. I've seen that the clearml server creates two docker networks:
- clearml_backend
- clearml_frontendand i've succesfully connected my container to them, but trying to create a dataset returns:
clearml.backend_api.session.defs.MissingConfigError: It seems ClearML is not configured on this machine!
Has anyone faced this problem? If so, how did you overcome it?
Thanks!
p.s.: this is the traceback:
clearml.backend_api.session.defs.MissingConfigError: It seems ClearML is not configured on this machine!
flask_app-1 | To get started with ClearML, setup your own 'clearml-server' or create a free account at None
flask_app-1 | Setup instructions can be found here: None