heroku / buildpacks-python

Heroku's Cloud Native Buildpack for Python applications.
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

Expose the pip cache layer to later buildpacks #234

Closed edmorley closed 2 months ago

edmorley commented 2 months ago

So that any pip invocations there can share the cache.

See: https://pip.pypa.io/en/stable/cli/pip/#cmdoption-cache-dir https://pip.pypa.io/en/stable/topics/caching/

GUS-W-16370362.