jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

Allow passing additional args to repo2docker #1765

Closed yuvipanda closed 11 months ago

yuvipanda commented 12 months ago

There's no way for us to configure binderhub to allow passing additional args to repo2docker. This is helpful when used with https://github.com/jupyterhub/binderhub/pull/1647 for example - I wanna pass repo_dir to be /srv/repo, as when used with a persistent home directory $HOME is overriden with persistent directory. Instead of adding each possible option, we should just allow a passthrough.

This is only configured by admins setting up binderhub, not end users.