Posts tagged python environments

Just in time Python environments

Docker is a great tool for creating portable software environments, but we found it’s too slow for interactive exploration. We find that clusters depending on docker images often take 5+ minutes to launch. Ouch.

../../_images/senvs2_build_push_pull.svg

Read more ...