NVIDIA/nvidia-container-runtime

change different number gpu device in same container

GuoYingLong opened this issue · 1 comments

I try to use docker run --gpus to set each container can use one gpu.
But sometime some container can use more gpu when other container isn't working.
Can I change different number gpu device in same container?

elezar commented

One can statically assign multiple GPUs to a single container, but it is not possible to do so dynamically at present.