Bug description
Launching the binder-test conda repository https://github.com/binder-examples/conda currently does not
work on mybinder.org
How to reproduce
- Go to https://mybinder.org/
- use https://github.com/binder-examples/conda as github URL
- click "Launch"
Expected behaviour
docker container is built + launched. jupyter notebook interface should open
Actual behaviour
docker container is built but launch fails. Error message: "Launch attempt X failed, retrying..."
and times out after a while. (see attached screenshot)
Your personal set up
- Tested with firefox browser on MacOS (but should not matter).
- I can built + launch the repository offline using
repo2docker
