Is it possible to configure Azure Pipelines YAML file to run CI on computers that has NVIDIA GPUs?
I am able to create a custom image that has CUDA installed and upload it to dockerhub, but the computers that Azure pipelines run it's CI on seems to be CPU only machines.
Is there a way to configure the YAML file to pick NVIDIA GPU computers on Azure pipelines to run CUDA unit tests?