123 dockerfile run mount
image building is a little bit faster and the image a little bit smaller. Use mount-feature (type=cache) for RUN statements which use pip to install packages or create wheel packages. Use mount-feature (type=bind) to reach the former created wheel files while installing them in the base stage.