Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mybinder fails to open container in web browser #98

Open
gaelforget opened this issue Jan 3, 2023 · 1 comment
Open

mybinder fails to open container in web browser #98

gaelforget opened this issue Jan 3, 2023 · 1 comment

Comments

@gaelforget
Copy link
Member

Docker image seems to work fine when built in standard fashion per

docker run -p 8888:8888 gaelforget/notebooks:latest

but mybinder.org instance gets stuck at

Screenshot 2023-01-03 at 1 03 52 PM

Not sure why but here are a couple links that may be helpful :

@schrimpf
Copy link

schrimpf commented Jan 17, 2023

I've been having similar problems with https://github.com/UBCECON567/juliabinder

I suspect the issue is binder-examples/minimal-dockerfile#8 . Based on https://github.com/matthewfeickert/failing-repo2docker-with-dockerfile, a possible fix is to use restrict jupyter-server < 2.0. I'm trying this now.

Update: downgrading to jupyter-server < 2.0 appears to fix the problem. See https://github.com/UBCECON567/juliabinder/blob/main/Dockerfile for an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants