Hi all!
I've already written that question into #CL09KU1K7 , but maybe it's better to ask here
I'm new here and only started with my way with Prefect.
I'd like to ask if someone could give some advice or just a documentation (I haven't found any): I'm using Prefect 2.0/beta, there I'd like to create a deployment for a flow with multiple tasks, each of them should use its own docker image.
For Prefect v1 I used CreateContainer from prefect.tasks.docker library, but for Prefect v2 I cannot find any replacement.
Please, any advices? Does Prefect 2 have that feature?