fresh-cat-90827
07/12/2024, 3:14 PMrun
goal? ๐งตfresh-cat-90827
07/12/2024, 3:14 PMrun
on an input file and then run
it again, the very same command (with input data unchanged), it would be nice to fetch the output file from the cache. If that helps, I can make both input and output to reside in the build workspace.
I don't want to write an own codegen which would help with that. ๐ and I'd love to avoid adding an own little cache with something like https://joblib.readthedocs.io/.fast-nail-55400
07/12/2024, 3:39 PMadhoc_tool
?fast-nail-55400
07/12/2024, 3:39 PMbroad-processor-92400
07/12/2024, 9:08 PMrun_shell_command
that just copies the file. Ie the heavy work (running the script) is cached, but the writing to disk isnโt.fresh-cat-90827
07/12/2024, 9:13 PM