https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Albert Wibowo

06/08/2023, 10:44 AM
Hello, I have a general question. Is it possible to use different compute instances for different tasks? For e.g. I have a pipeline with three tasks - A, B and C. I want A to run with CPU with certain memory and I want B to run with GPU. I know that it's possible to use different docker images for different tasks. Does it work the same way for compute instances?
j

jeev

06/08/2023, 12:41 PM
yes. you can just specify per-task resources (e.g CPU, memory, GPU)