--runtime-nvidia
flag to docker run to support GPU related taks--restart=always
flag by default and will start again after reboot.docker stop $(docker ps -q -f "name=supervisely-agent")
command in your terminal. You can always bring it back by running docker start $(docker ps -q -f "name=supervisely-agent")
command. Agent will re-connect to Supervisely and you can continue your work.docker rm -fv $(docker ps -q -f "name=supervisely-agent")
in your terminal and delete directory ~/.supervisely-agent/<token>