OpenDrift / opendrift

Open source framework for ocean trajectory modelling
https://opendrift.github.io
GNU General Public License v2.0
231 stars 113 forks source link

fixed docker builds by migrating to micromamba #1333

Closed TheSylex closed 6 days ago

TheSylex commented 6 days ago

The environment.yml and thus the dependencies are completely fine apparently, but the mamba dependency solver is horrible, and so it fails. Switching to micromamba has completely fixed the issue, and should make dependency fetching faster and more stable.