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

[BUG] GPU Dashboard not visible in latest RAPIDS container (23.04) #546

Closed
miguelusque opened this issue Apr 20, 2023 · 1 comment · Fixed by #563
Closed

[BUG] GPU Dashboard not visible in latest RAPIDS container (23.04) #546

miguelusque opened this issue Apr 20, 2023 · 1 comment · Fixed by #563
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@miguelusque
Copy link
Member

Describe the bug
Hi! For the last couple of RAPIDS versions, the GPU Dashboard is not displayed once I press the GPU Daskboard icon.

I am using the following command to run JupyterLab:

docker run --gpus all --rm -it     --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864
  -p 8888:8888 -p 8787:7787 -p 8786:8786 nvcr.io/nvidia/rapidsai/rapidsai:cuda11.8-runtime-rockylinux8-py3.10 

No errors displayed when starting the notebook.

Adding some additional info in case it helps:

(rapids) [root@b657666ee3f0 notebooks]# conda list jupyterlab-nvdashboard

packages in environment at /opt/conda/envs/rapids:

Name Version Build Channel

jupyterlab-nvdashboard 0.8.0 py_230412_g8ed1064_0 rapidsai

@raydouglass for viz.

@miguelusque miguelusque added ? - Needs Triage Need team to review and classify bug Something isn't working labels Apr 20, 2023
@miguelusque
Copy link
Member Author

Thank you @jacobtomlinson for the following workaround. It works like a charm!

docker run --rm -it -p 8888:8888 -e EXTRA_PIP_PACKAGES="jupyterlab-nvdashboard --upgrade" nvcr.io/nvidia/rapidsai/rapidsai-core:23.04-cuda11.8-runtime-ubuntu
22.04-py3.10

@rapids-bot rapids-bot bot closed this as completed in #563 Aug 4, 2023
rapids-bot bot pushed a commit that referenced this issue Aug 4, 2023
Fixes #546

`jupyterlab-nvdashboard` is not yet compatible with `jupyterlab` 4, so restrict `jupyterlab` to 3.x.

Also install `jupyterlab-nvdashboard` via pip because conda installs are not reliable (see rapidsai/jupyterlab-nvdashboard#156).

Authors:
  - Ray Douglass (https://github.com/raydouglass)

Approvers:
  - Jacob Tomlinson (https://github.com/jacobtomlinson)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #563
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant