We have a Ubuntu 22.04 server with 4 GPUs. We have been trying to use the feature for GPU partitioning. However, in our use case, we require the ability to render offscreen onto an X server with Vulkan (Unity applications). We have previously been using this command without MiG (reference):
sudo nvidia-xconfig -a --allow-empty-initial-configuration --use-display-device=None \ –virtual=1920x1200 --busid {busid}
But with MiG instances, there are no bus ids. Nvidia-xconfig doesn’t allow the use of MiG uuid instead of busid. So, we can’t spin up X servers with specific MiG instances. Is it possible to do this? If not, what are the alternatives?