Just starting out with Prefect and building a POC for my company which currently has no MLOps in place. This is my first try at building a flow. I would add I am a Data Scientist not an engineer.
https://github.com/fjord-prefect/ModelOps-with-Prefect One question for you guys. Built this on windows; however, when I pull to my ubuntu machine I'm getting what I'm assuming are python and prefect path issues due to Linux/docker requiring me to use sudo? I can register the flow it just hangs in submitted state and I get an error in the agent logs that I have attached. I'm assuming it's something with sudo paths and docker, python and prefect. Any suggestions?