We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
(rapids) [root@b657666ee3f0 notebooks]# conda list jupyterlab-nvdashboard
jupyterlab-nvdashboard 0.8.0 py_230412_g8ed1064_0 rapidsai
@raydouglass for viz.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Use jupyterlab 3 (#563)
c25c69a
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
Successfully merging a pull request may close this issue.
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:
No errors displayed when starting the notebook.
Adding some additional info in case it helps:
@raydouglass for viz.
The text was updated successfully, but these errors were encountered: