Adam Roderick
12/31/2020, 6:53 PMtmp3v36vta4
after registration with cloud. This is cluttering up our repository. Is there a setting to avoid this?Zanie
with tempfile.TemporaryDirectory(
dir="." if self.dockerfile else None
) as tempdir:
so they should be auto-removedif
statement there is just using the current directory as the base for the temporary directory if you’re using a custom dockerfile.TemporaryDirectory
context should be quite robust ensuring deletion on failuresAdam Roderick
01/02/2021, 1:46 PMdocker build()
outside of prefect. I'll report back if that is not the case