https://prefect.io logo
Title
r

Robin

05/04/2023, 7:48 PM
Follow-Up question: I thought that if I deploy a flow locally, the code does not necessarily need to be copied over for an agent to run locally. However, the agent still states
Flow run 'ancient-bat' - Downloading flow code from storage at '/home/ubuntu'
And there even have been download errors. I did not yet find a documentation that clarified what goes on for me 🤔 PS: Downloading takes ages (it is a pretty big conda environment). PPS: It seems like the agent is redownloading the same flow code for each flow run.
https://docs.prefect.io/latest/concepts/filesystems/#local-filesystem I guess this is explaining the download errors? Does this mean that e.g. conda environments that are not stored below the basepath can't be retrieved?