We need a way to manage external Python dependencies. Potential designs:
- Lambda-style zip file with Python dependencies
- Allowing users to run
apt-get or pip -- introduces interesting questions around knowing when things are cached where.
- Allow deployment of custom containers.