You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lowlyocean the system level interface on WSL is different to "standard" Linux-based systems. A single /dev/dgx device node is used to provide access to the device(s) on the system. As such there is no mechansim for us to provide device filtering on WSL.
docker run --runtime=nvidia --gpus '"device=1"' -e NVIDIA_VISIBLE_DEVICES=1 -e CUDA_VISIBLE_DEVICES=1 nvidia/cuda:12.8.0-base-ubi9 nvidia-smi -L
Returns multiple GPUs, instead of just GPU 1
The text was updated successfully, but these errors were encountered: