Docker image for myBinder
When the JupyterLab interface is run through MyBinder, it takes a long time to build and start everything on MyBinder. (The consecutive runs are faster, as long as the image stays in the myBinder docker registry.)
The solution might be to include everything needed for the JupyterLab in a docker image on openCARP docker registry.
Alternatively, we could experiment with triggering the build on the myBinder side from the CI/CD, but this solution might not be optimal (myBinder docker registry might get cleaned after some time, the build might fail anyways).