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

Dockerfile contains outdated jupyter extension version numbers #9

Open
ghost opened this issue Aug 14, 2019 · 0 comments · May be fixed by #10
Open

Dockerfile contains outdated jupyter extension version numbers #9

ghost opened this issue Aug 14, 2019 · 0 comments · May be fixed by #10

Comments

@ghost
Copy link

ghost commented Aug 14, 2019

The two lines in Dockerfile contain outdated version numbers and prevent proper building.

Line 59: RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.38 && \
Line 60: jupyter labextension install jupyterlab_bokeh@0.6.3 && \

Removing these lines permits the image to build.

@ghost ghost linked a pull request Aug 14, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

0 participants