Thank you a lot ! Do you know if this can be achieved using task.init ? i would like to keep the automatic logging
While creating task you can pass docker parameter to specify the image. For example "Task.create(docker=yourcustomimage)"
You can push it to central registry or just load it in the clearml-agent machine. Agent will create a container from this image.
If you push it to the central registry be sure that agent machine should be able to pull image from central registry.
Thank you, i will look into this ! I suppose the image should be pushed to a centralised docker registry ?
Hi @<1660817806016385024:profile|FantasticMole87> , you should have Task.init()
regardless of set_base_docker. But it appears you can't set it in Task.init