Hi @Leo Kacenjar, this won’t work because only the Flow file gets read in so you won’t have the other dependencies your Flow needs. You need to include the custom modules inside the Docker container. The PYTHONPATH issues are incredibly hard to solve (but if you do find a solution, I’d love to see it. Have not seen anything solve it yet).
What you can do though is use the ENTRYPOINT of the Docker image to clone the Git repo and pip install it so that you have it downloaded for when you run your Flow. But this is something separate from the Gitlab Storage interface Prefect provides. That only gets the Flow file