-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
v1.1.1/2 build fails with jupyter-widgets (Docker) #7180
Comments
Thanks. Who publishes that docker image? What is currently in it? Do they know about this issue? |
Looks like it's made by Jupyter itself. Added a link in my description, but here's the repo: |
Tracing through the images, looks like it comes with jlab 1.0.4: https://github.com/jupyter/docker-stacks/blob/82d1d0bf0867e410a2abc66862fa77c3e2a8d304/base-notebook/Dockerfile#L107 |
Of note, |
That would be worth looking into, it seems like there is some inconsistency in whether the build fails or not. (I'm using Docker/PowerShell/Windows 10 with i7-8550U and 16GB RAM). |
I encountered the same issue here. |
Thanks! Closing as answered then. @hiramf - if you find it is still having issues, please comment below or open a new issue. |
Description
When installing version 1.1.1 or 1.1.2, there is a request to build for ipywidgets, but it fails (and takes forever). Adding a
RUN jupyter lab build
fails, but it works if you run it inside the container after it starts up.The difference that stands out is the line for
Building jupyterlab assets
:(build:prod:minimize)
in docker fails, but(build:dev)
works when you run after starting the server.Reproduce
Here is my Dockerfile, which comes from the official Jupyter datascience-notebook image:
And here are the logs:
The text was updated successfully, but these errors were encountered: