We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Not sure why but here are a couple links that may be helpful :
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
Not sure why but here are a couple links that may be helpful :
The text was updated successfully, but these errors were encountered: