Does Dagster cloud allow running jobs on GPUs? Or ...
# dagster-plus
r
Does Dagster cloud allow running jobs on GPUs? Or is that something better served by having the code in the software-defined asset call out to an external cluster that has gpus?
s
Hi Raymond - are you asking specifically about Serverless? Cloud Serverless uses AWS Fargate which does not provide any GPUs. However if you use Cloud Hybrid deployments you can run jobs in your own infra where you can configure them to run on GPUs. Here's an example of using tags to use GPUs if using Kubernetes: https://github.com/dagster-io/dagster/discussions/14544
r
gotcha
not specifically about serverless, no
thanks!