Commit Graph

5 Commits

Author SHA1 Message Date
Tianon Gravi 9a9021f213 Apply update.sh (templates) 2016-08-08 16:14:09 -07:00
Matt Robenolt 7663560df7 Skip pip's default caching behavior
This caching includes the file that was downloaded over http,
as well as this new wheel cache. Neither of which are valuable
and just add bloat into the resulting images. Similar to removing
the apt caches on disk at each layer. This also makes pip install's
a tiny bit faster since pip avoids trying to automatically create
wheels (which is fast itself, but again, unnecessary in this world).

See:
  - https://pip.pypa.io/en/latest/reference/pip_install.html#caching
  - https://pip.pypa.io/en/latest/reference/pip_install.html#wheel-cache
2015-06-08 23:13:13 -07:00
Tianon Gravi 526ee08b34 Update to 2.7.10 and update pip to 7.0.1 2015-05-26 09:30:03 -07:00
Tianon Gravi 8dfe392dff Update 3.3 2014-10-20 10:31:22 -06:00
Tianon Gravi a30ed3056e Add Python 3.3 2014-09-17 11:48:15 -06:00