Closed yld3 closed 3 weeks ago
That's right - we will try to improve it in the future (see https://github.com/Kipok/NeMo-Skills/issues/155). But for now your approach is indeed the recommended way. Either run docker ps -a
and then selectively kill hanging containers or just kill everything if you don't have any containers that you need to keep with a single command docker stop $(docker ps -a -q)
one task was interrupted while testing the omni-math dataset. When i tried to rerun the command
i got an error
however i am uncertain how to cleanup this
nemo-run-0
to start afresh. Could you please assist ? thanks!EDIT: found the solution, just had to kill the outstanding docker processes still running when launching
docker ps