My project runs on AWS, and some of my flows would require GPU setting for the clusters running them.
I didn't see direct support for assigning GPU machines in Prefect using
ECSRun.
Is there a way to overcome this? (Perhaps create it separately - either manually or using DASK - and then supply this [possibly auto-scaling] cluster to prefect to manage henceforth?)