-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Fix build on mybinder.org #147
Conversation
Could we add a workflow with https://github.com/jupyterhub/repo2docker-action/?tab=readme-ov-file#optional-inputs and |
#- xtensor | ||
#- xtensor-blas | ||
#- xwidgets | ||
- xleaflet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to lose xleaflet and xeus-python, too, not sure.
Follow-up to jupyterhub#3204, which failed because it removed the limit, which caused it to be lower than the request. All the reasons given in that PR still apply. Here I bump up the limit enough until the super popular https://github.com/jupyterlab/jupyterlab-demo is able to build. It's not a functionally super complex environment.yml, and even with simplifications in jupyterlab/jupyterlab-demo#147, it fails to build without the memory increase limit. As mentioned in the other PR, jupyterhub/repo2docker#1402 will get rid of this kind of limit anyway, so it's ok to raise this.
Closing in favor of the simpler #148 |
After a bunch of debugging, there were two primary issues:
I fixed (2) in jupyterhub/mybinder.org-deploy#3211, and (1) by temporarily commenting out xeus-cling in this repo. This would allow mybinder.org builds to resume, which I think makes it worthwhile. We should investigate why and fix this eventually though.
I also moved this to be based off a jupyter docker stacks base image, as I think that does make maintenance easier.
Reported in https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub/topic/try.20mybinder.20jupyterleab.20demo.20broken