Hey
@Kishan!! In 2.0, you can specify an image in the KubernetesJob block (looks like you are using GKE), which is the specifications for the execution environment that the flow runs in. If you specify an image in that block, prefect will pull the image down (with all the dependencies needed). I have found this
overview of infrastructure blocks to be super helpful.
Here are some other links that could be helpful:
KubernetesJob Docs
Docker Images info
Some more examples