question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nvdashboard stopped working with nvcr.io/nvidia/pytorch:22.08-py3

See original GitHub issue

I have a docker file based on

FROM nvcr.io/nvidia/pytorch:22.08-py3
RUN pip3 install jupyterlab-nvdashboard jupyterlab-tensorboard-pro

Which used to work fine for a couple of month. I started rebuilding it in October and I am getting the pannels to show up but no gpus metric appear. also and 500 internal error as show below.

I also tested the latest

  • pip install --upgrade --pre jupyterlab-nvdashboard but no luck
  • using different base as FROM nvcr.io/nvidia/pytorch:22.09-py3 but still same error

image

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:2
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
AHarounicommented, Nov 17, 2022

Thanks for your response. using bokeh==2 broke jupyter lab completly for me. it din’t even want to start However, I managed to get it to work using bokeh==2.4 so this worked for me as

FROM nvcr.io/nvidia/pytorch:22.08-py3
RUN pip install jupyterlab-nvdashboard bokeh==2.4
1reaction
jacobtomlinsoncommented, Nov 18, 2022

Ah sorry I should’ve been more specific with my bokeh pin suggestion. Glad things are working now with 2.4.1.

I think the 500 errors you are seeing are related to #114 so I’m going to close out this issue now as resolved and open a new one to track bokeh 3 support specifically.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to start nvdashboard · Issue #31 - GitHub
I have been able to reproduce this on a machine without a GPU or any NVIDIA drivers installed. Above this error there is...
Read more >
Service 'claratrain' failed to build: jupyterlab-nvdashboard ...
Hi I'm new to Clara and trying to get it working. So I went to the github page: clara-train-examples/PyTorch/NoteBooks at master ...
Read more >
JupyterLab nvdashboard failed to install in Jupyter >= 3.0 with ...
I realized the dashboard works inside JupyterLab despite jupyter labextension telling me the X validation failed. So all good.
Read more >
jupyterlab-nvdashboard - PyPI
If you are seeing the frontend extension, but it is not working, check that the server extension is enabled: jupyter server extension list....
Read more >
GPU Dashboards in Jupyter Lab - Medium
We are excited to announce NVDashboard, an open-source package for the real-time visualization of NVIDIA GPU metrics in interactive Jupyter ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found