It uses a Dockerfile which is not the recommended way, see the first Important listed here.
Then it breaks the second requirement necessary if you are going to try using a Dockerfile anyway by not having a tag for the source in in the FROM command in line 4 of the Dockerfile, see item #2 listed here for preparing a Dockerfile.
I didn’t test if that is the only thing wrong. However, I don’t see where step #1 is addressed either.
You can fork it and add the tag and installing notebook, and then try using your edited fork as the repository to launch.
Three examples of repositories using Dockerfile can be found among the Binder Examples, the first being the simplest:
Rocker with Shiny app (I note that right now the title in the README of ’ Specifying an R environment with a runtime.txt file’ no longer matches, I believe.)
Thank you very much for your reply. Since I do not own the code, the best way to work out the problem is probably what you recommended: “You can fork it and add the tag and installing notebook”.
We’ll file an issue at the CAMB source repository letting the developer(s) know they just need to fix a few lines in the Dockerfile to make the launch on MyBinder work again.