rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
588 stars 77 forks source link

Running on Sagemaker Studio Classic #195

Open pratikgujral opened 3 months ago

pratikgujral commented 3 months ago

Hi, Is it currently possible to run jupyterlab-nvdashboard on Sagemaker Studio Classic? Since the instance on which JupyterLab installs is different (typically a small instance, such as t3.medium), and the GPU instances are different, how do I set up the extension to monitor GPU usage?

Thanks!