The docker crashes and I want to be abel to debug it exactly as it is run by the agent
On your machine (any machine)
pip install clearml-agent
clearml-agent build --id <taskID> --docker "local_mydocker_name"
docker run -it local_mydocker_name bash
The docker crashes and I want to be abel to debug it exactly as it is run by the agent
Hi @<1523704667563888640:profile|CooperativeOtter46> , I don't think so. What is your use case?