Docker Load slows down my workflow - Any Alternatives?

I’m currently training a model using a rather large Docker image (around 16GB). Every time I start a new instance, I have to docker load the image, which slows down my workflow quite a bit (it takes close to 10 minutes). Is there a more efficient way to handle this? Thanks!