
Reputation
Badges 1
3 × Eureka!Thanks again. This works for me if I don't use the docker parameter in the create
. However, when I have a docker queue and pass the docker image name, it will build the container successfully but won't do anything else. We want to use the image as the task environment and run the script from the pulled repo in that environment. Is the expectation that the entry point script will be invoked from the Docker image itself?
Hi @<1744891825086271488:profile|RoundElephant20> . I get the same behavior when I push your task to the docker queue. The worker tries to run the task in the python container. The docker run
command hangs after installing the clearml-agent
package. This is all in my local WSL environment. The agent was launched with the following command: clearml-agent daemon --queue default --docker
.
Thanks. I tried that too but it doesn't make a difference. Still hangs after building the container and installing the clearml-agent package. Any idea what the next step is supposed to be?