bioimage-io / core-bioimage-io-python

Python libraries for loading, running and packaging bioimage.io models
https://bioimage-io.github.io/core-bioimage-io-python/
MIT License
27 stars 21 forks source link

Cache handling needs improvement #102

Open FynnBe opened 3 years ago

FynnBe commented 3 years ago

caching everyting to ~/bioimageio_cache with the current pattern of only analysing the url fails for updates to the remote resource, e.g. a 'master' branch on github, etc...

constantinpape commented 3 years ago

I think this functionality moved to bioimagei.core, correct? If so, we should move this issue.

FynnBe commented 2 years ago

currently, the default cache folder is still defined in bioimageio.spec. There are also use cases for a cache there, so I opened a new issue to discuss cache solutions there: https://github.com/bioimage-io/spec-bioimage-io/issues/289