Oh sorry:pip install clearml-agent==1.2.0rc4
Also automatically detects if you have an active venv inside the container and uses it instead of the system wide python
ImmensePenguin78
I think the latest RC adds it, should be released later today 🙂
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
clearml-agent daemon --detached --gpus 0,1,2 --dynamic-gpus --queue 2_gpu_queue=2 --docker --stop
Thanks! I'll wait for the release note/docs update 😁
AgitatedDove14 , could it be that the GitHub is not synchronized? I can find only up to 1.2.0.rc3 in it.
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
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)
I was told not to kill the process, also, finding it on my own seems very un-user-friendly