Been looking through the docs and mucking around f...
# general
p
Been looking through the docs and mucking around for awhile now, but I'm stuck. How do I get the
.whl
file from a
python_distribution
target into the build context for a
docker_image
target? Or is this an anti-pattern? Works great for
pex_binary
, but there is no
output_path
argument for a
python_distribution
. And how do I also enforce a dependency on a
python_distribution
target in my
docker_image
target?
👀 1