Unanswered
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 Task The Setup Script Seems To Use Bash As Default Command, While Alpine Does Not Support Bash Scri
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.
21 Views
0
Answers
one month ago
one month ago