Hi friends, I’m having a lot of issues with python modules and packaging when it comes to Docker and testing. Does anyone have a sample project that includes:
• A custom Dockerfile for prefect’s docker storage that installs your code as a package
• Tests
• Setup.py (I’m new to Python’s dependency management)