NVIDIA / ipyparaview

iPython widget for server-side ParaView rendering in Jupyter.
Apache License 2.0
94 stars 27 forks source link

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

Open jacobhurst opened 4 years ago

jacobhurst commented 4 years ago

Step 7/11 : RUN jupyter nbextension enable --py --sys-prefix ipyparaview ---> Running in dfcb4f90f526 Enabling notebook extension ipyparaview/extension...

jacobhurst commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

jacobhurst commented 4 years ago

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