Are there examples of building the docker image wi...
# general
s
Are there examples of building the docker image without copying pex/wheel, but just the
python_sources
? I want to avoid rebuilding the wheel/pex when building the image repeatedly
g
Have you seen this blogpost? It describes something similar to do a two-stage build. https://blog.pantsbuild.org/optimizing-python-docker-deploys-using-pants/