https://pantsbuild.org/ logo
c

careful-wolf-40930

09/01/2022, 12:25 PM
seeking some basic advice on python project structure and code sharing: currently, we have around 15 deployable units in our mono repo, and the way we prepare the docker containers for deployments is that each project’s dockerfile copies over at least 5-8 of the other projects according to dependencies, then there is a slew of pip installs in the docker container
6 Views