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

docker creation script fails; docker build -t ipp . #31

Open
jacobhurst opened this issue Jun 26, 2020 · 4 comments
Open

docker creation script fails; docker build -t ipp . #31

jacobhurst opened this issue Jun 26, 2020 · 4 comments

Comments

@jacobhurst
Copy link

Step 7/11 : RUN jupyter nbextension enable --py --sys-prefix ipyparaview
---> Running in dfcb4f90f526
Enabling notebook extension ipyparaview/extension...
- Validating: OK
Removing intermediate container dfcb4f90f526
---> 78d76d654ccc
Step 8/11 : RUN jupyter labextension install js
---> Running in 66f0cda8d488
An error occured.
ValueError: Please install nodejs >=10.0.0 before continuing. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details: /tmp/jupyterlab-debug-t810vtv8.log
The command '/bin/bash -c jupyter labextension install js' returned a non-zero code: 1

@jacobhurst
Copy link
Author

I've spent about a day trying to install this package and failing. Can a dockerfile container just be made available that I can access and not go through this pain?

@jacobhurst
Copy link
Author

When i look at coda-forge the package that looks like it is being installed is version 14.4.0 so why is this error message showing.... https://anaconda.org/conda-forge/nodejs as the base docker looks good..

@jacobhurst
Copy link
Author

maybe not ;)
(base) root@33adeeff9a05:# node -v
v6.13.1
(base) root@33adeeff9a05:
#

@jacobhurst
Copy link
Author

ok, I've fixed that issue by putting "nodejs>=10.0.0" in the base.dockerfile

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

1 participant