jupyterhub / repo2docker

Turn repositories into Jupyter-enabled Docker images
https://repo2docker.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.61k stars 360 forks source link

Cannot launch notebook from Dataverse #1170

Closed wilhelmfrank closed 1 year ago

wilhelmfrank commented 1 year ago

even after a successful pull request https://github.com/jupyterhub/repo2docker/pull/1167 we're still not able to access notebooks from our Dataverse instance via https://mybinder.org/:

Waiting for build to start... Picked Git content provider. Cloning into '/tmp/repo2dockeryz1hri60'... error: cannot run ssh: No such file or directory fatal: unable to fork Error during build: Failed to clone repository from doi:10.17617/3.QLWR38 (ref 193401.v1.0).

please see screenshot. image

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

manics commented 1 year ago

I've just merged https://github.com/jupyterhub/mybinder.org-deploy/pull/2307 which is the mybinder.org PR containing a repo2docker update. The deployment pipeline is currently running, when it completes the PR you referenced should be deployed.

wilhelmfrank commented 1 year ago

Thanks! It's all working fine now.