You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development: use --build-arg to invalidate cache (#244)
* Development: use `--build-arg` to invalidate cache
Create a hash of all the dependencies files and use it as a `--build-arg` to
invalidate the cache when the hash changes.
Related #241
* Update the cache hash instead of appending each of them
* Accept `PRUNE_PYTHON_PACKAGE_CACHE` as an environment variable
0 commit comments