Python docker utilities

Delete the dangling images

docker rmi $(docker images --filter "dangling=true" -q)