Hi all,
I am unable to run the nvidia-smi
command inside my Docker container. I started the container using the following command “docker run -it nvidia/cuda:12.8.0-cudnn-devel-ubuntu22.04” However, nvidia-smi
does not work inside the container. I need a way to monitor GPU usage from within the container as a regular user. How can I resolve this issue?
Thanks!