In one of my pipelines, the first step is downloading a 30G tar.gz file from a bucket followed by unpacking it. This takes a considerable amount of time. Is there a way to mount a read-only filesystem that has the data already unpacked so it doesn't have to be downloaded/unpacked for each workflow run?
↧