Decreased CI runtime using specialized Docker images
The CI works well, but a big share of time is spent for installing CUDA, MPI and other packages instead of actual testing. Docker images were prepared with preinstalled dependencies to speed up testing. The install scripts were removed from the CI pipeline.