Hello,
First of all , thanks for the amazing tool. Is it possible to add resource requirements to the task definition, to enable the use of gpu. For instance:
"resourceRequirements": [
{
"type": "GPU",
"value": "1"
}
]
Or maybe a "manual" way to adding an arbitrary command to our task definition?
Thank you so much