Caching of downloaded function dependencies #102
Labels
env/all
To indicate something that applies to all environments
feature_request
New feature request
help wanted
Extra attention is needed
improvement
Improvements to an existing component
Currently, function dependencies which are configured under "Requirements" in the GUI are downloaded from scratch whenever this function or the corresponding workflow is deployed.
However, depending on the involved dependency packages, in some cases (tensorflow, torch, ...) these downloads can become quite large. Therefore, it would be advantageous to cache already downloaded packages, so that they can be used by other deployments and need to be downloaded only once.
The text was updated successfully, but these errors were encountered: