Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve execution of pip during container building
- Make pip less verbose as this makes harder to investigate container building due to being too verbose. - Use a bind mount to prevent pip cache from being written inside the container but still make use of it. This will speed-up the build process considerably.
- Loading branch information