ODINN-SciML / MassBalanceMachine

Global machine learning glacier mass balance model, capable of assimilating all sources of glaciological and remote sensing data
MIT License
13 stars 6 forks source link

Investigate if the creation of the environment can be further optimized #43

Closed JulianBiesheuvel closed 1 month ago

JulianBiesheuvel commented 1 month ago

See if it can be done in fewer steps. Possibly ditch Conda and Poetry and start using PDM. For now, Python can also be installed via the Conda environment instead of a local installation.

JordiBolibar commented 1 month ago

Have you tried using micromamba? That's what we use with ODINN and it's generally very fast, and it uses the same steps as with conda (i.e. simpler than with poetry).