I'd like if possible a command line, same as I'd just sent, to recognize the specific worker that was brought up in this manner and kill only it
I'm not sure I understand. Can you give a more specific example?
How do you bring down agents currently? I usually kill the process or send tasks.abort via the API
Oh sorry:pip install clearml-agent==1.2.0rc4Also automatically detects if you have an active venv inside the container and uses it instead of the system wide python
ImmensePenguin78 it might be... Let me check, worst case sync after the weekend 🙂
(pypi does contain 1.2.0rc4 and we are finalizing tests so that we can release a stable 1.2.0)
clearml-agent daemon --detached --gpus 0,1,2 --dynamic-gpus --queue 2_gpu_queue=2 --docker --stop
AgitatedDove14 , could it be that the GitHub is not synchronized? I can find only up to 1.2.0.rc3 in it.
ImmensePenguin78
I think the latest RC adds it, should be released later today 🙂
I was told not to kill the process, also, finding it on my own seems very un-user-friendly
Thanks! I'll wait for the release note/docs update 😁