Let mybinder.org ignore Dockerfile in repository

Hi all,
I have a repository that I want to use in mybinder.org. It contains an install.R and requirements.txt file but also a Dockerfile. I was hoping that mybinder would ignore the Dockerfile since there are the files install.R and requirements.txt. Unfortunately, it uses the Dockerfile and fails to launch. Is there a way to let mybinder ignore the Dockerfile in the repo? I can’t remove it since I need it in a different context.
Link to repo: GitHub - AstraLabuce/aquainfra-usecase-Daugava at containerize

Thanks for any ideas,
Markus

If you put your configuration files under a /binder/ directory they should take precedence over anything in the repository root

Totally forgot the .binder option. That was it, thanks!

1 Like