Hi, I want to run a task in a docker:dind container (runs Alpine Linux as OS) and setup python there via the setup shell script. However, when running the ta...
11 months ago
Hi, kindly asking for any updates on this. Thank you.
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.