installing the project with pip install -e . goes through a build phase and needs to download and install build dependencies.
Sometimes this is not needed if the project is just Python code, or if it can be cashed.
How can this be avoided? It creates a delay at the start of every container.