Agreed, MotionlessCoral18 could you open a feature request on the clearml-agent repo please? (I really do not want this feature to get lost, and I'm with you on the importance, lets' make sure we have it configured from the outside)
Hello. I think an Issue should at least be opened. Modifications in my code need to be generalized before creating a pull request.
So far, i modified the code to set DOCKER_ROOT_CONF_FILE to what i want !!!
Interesting, do you think a PR is a good next step ? how one would configure it?
I had to set another docker volume because venvs_builds was not properly mounted to. I don't have write permission to the default one too
MotionlessCoral18 so did it solve the issue ?
Yes, i was expecting that it was already working like that. So far, i modified the code to set DOCKER_ROOT_CONF_FILE to what i want !!!
I think you are correct, we should move the definition so you can control it from the clearml.conf, make sense to you?
The mount point for the clearml.conf, i.e. '-v', '/tmp/.clearml_agent.qy2xyt21.cfg:/root/clearml.conf'
becauce the docker i use is run as user
and doesn't have acces to \root.
. May be this is defined on cleaml-server side ? I use my own server installed on another linux box using docker-compose.