Greetings I’m new to flyte, and I’m having an issue saving a file to my local directory in my codeb...
m
Greetings I’m new to flyte, and I’m having an issue saving a file to my local directory in my codebase, when I use flyte I don’t really know where it’s saved? How to I save the file/ model output to my local directory outside flytes default container saving?
a
Hi @melodic-mechanic-59879 You can specify the output path to be a local folder and use the FlyteFile type https://docs.flyte.org/en/latest/user_guide/data_types_and_io/flytefile.html#id1
Otherwise Flyte will use the working dir of the container image