[00:16:49] <FunkyBob> hoping this is the right place to ask... am trying to do a multi-stage docker build where I "pip wheel -w /wheels -r requirements.txt" and in a second stage install those... but I'd really prefer if pip could generate a list of which packages it built so I can, in the next stage, say "pip install -r /wheels/requirements.txt" and know I get what it built
[00:17:13] <FunkyBob> [there's various packages built from git repos, and I want to avoid issuse of leftover cached packages as happens sometimes]
[02:48:23] <energizer> is it possible to download an artifact given its hash without its name?