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

NVDashboard build not working #14

Open
nmcross opened this issue Aug 26, 2021 · 0 comments
Open

NVDashboard build not working #14

nmcross opened this issue Aug 26, 2021 · 0 comments

Comments

@nmcross
Copy link

nmcross commented Aug 26, 2021

However, I was interested in the NVDashboard functionality so I commented the

image: nvcr.io/nvidia/clara-train-sdk:v4.0

in the docker compose and then uncommented

build:
   context: ./dockerWGPUDashboardPlugin/    # Project root
   dockerfile: ./Dockerfile                 # Relative to context
image: clara-train-nvdashboard:v4.0

However when I run the startClaraTrainNoteBooks.sh I get a build error from docker saying…

An error occurred.
ValueError: The extension "jupyterlab-nvdashboard" does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab              Extension        Package
>=3.1.8 <3.2.0          >=2.0.0 <3.0.0   @jupyterlab/application
>=3.1.8 <3.2.0          >=2.0.0 <3.0.0   @jupyterlab/apputils
>=5.1.8 <5.2.0          >=4.0.0 <5.0.0   @jupyterlab/coreutils
>=17.0.1 <18.0.0        >=16.4.2 <17.0.0 react
>=17.0.1 <18.0.0        >=16.9.0 <17.0.0 react-dom
The command '/bin/sh -c jupyter labextension install jupyterlab-nvdashboard' returned a non-zero code: 1
ERROR: Service 'claratrain' failed to build : Build failed

How can I fix this or is nvdashboard ancient tech?

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