Hello, I have a general question. Is it possible t...
# ask-the-community
a
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
yes. you can just specify per-task resources (e.g CPU, memory, GPU)
149 Views