It would be useful to save on compute time if we were able to cache the pip dependencies that we have to install. For example, if we have a requirements.txt that we hold containing all packages necessary for running the code, and we would like to keep those cached so that on multiple runs things don't take as long.
It would be useful to save on compute time if we were able to cache the pip dependencies that we have to install. For example, if we have a
requirements.txtthat we hold containing all packages necessary for running the code, and we would like to keep those cached so that on multiple runs things don't take as long.