[build] speed up build by using prebuild base image
This PR speeds up build time by a factor of 12! The base image with python packages is only build when requirements.txt
changes. This part takes very long since the python packages are built from source. This was done for every commit, even if the packages did not change. With this PR this step gets skipped...