Prefect Community
The Simple Guide to Productionizing Data Workflows with Docker - by Kevin Kho
Tutorials & Resources
prefect-1-0
,
blog-post
,
docker
,
dockerfile
,
code-dependencies
anna_geller
March 9, 2022, 10:03am
#1
This post covers
Motivation for packaging your code into a Pip package or Docker image
Making a Python package
Writing a Dockerfile
Building and using a Docker image
When I run my flow, I see an error: Failed to load and execute Flow's environment: ModuleNotFoundError("No module named '/Users/username'"). What is happening?
Don't Panic
Read our
Privacy Policy