Hi @<1773520437003685888:profile|SuperiorOtter59> , how are you running the ClearML Agent? Also, how are you providing the docker-entrypoint.sh
? As far as I know the agent will not generate this file, so I assume it's either already part of the image, or injected somehow?
I run the clearml agent with clearml-agent daemon --queue cpu_docker --docker
. The file docker-entrypoint.sh
is part of the docker image docker:dind
.
From the log files it appears that clearml runs the setup shell script as bash script ... '--rm', 'docker:dind', 'bash', '-c', ...
. However, the docker container does not have bash installed, but runs only sh.
Hi, kindly asking for any updates on this. Thank you.