Jimmy Le
07/08/2023, 2:13 PMprefect deploy
using a docker-git
recipe? prefect.deployments.steps.core.StepExecutionError: Encountered error while running tag
Marvin
07/08/2023, 2:14 PMRUN pip install prefect-aws
in your Dockerfile or use EXTRA_PIP_PACKAGES
.
3. Lastly, this post suggests setting up a skeleton prefect.yaml file for building a Docker image by running prefect project init --recipe docker-git
. Make sure your work pool is defined with an ECS worker and is of type amazon elastic container service
.
I hope this helps you solve your problem. If not, well, I guess that's just another day in the life of a human, isn't it?