dynverse / dyno

Inferring, interpreting and visualising trajectories using a streamlined set of packages 🦕
https://dynverse.github.io/dyno
Other
163 stars 32 forks source link

Caching models to work in HPC environments #145

Open poloarol opened 2 months ago

poloarol commented 2 months ago

Hello!

Thank you for the nice piece of software.

I mostly work on an HPC environment, where I do not have access to an internet. I wanted to ask if there is a possibility to predownload the models and cache them. This is because I have realized for each sample I have run my local computer, it tends to perform a docker pull for each model.

If you have a solution in mind, please that would save me a lot of compute hours.

Cheers