WHOIGit / ifcbdb

IFCB dashboard
MIT License
8 stars 9 forks source link

Use mamba for conda env dependency install in Dockerfile #376

Closed srstsavage closed 1 year ago

srstsavage commented 1 year ago

Installing dependencies using conda hangs for a very long time now (I gave up after 30+ minutes). Using mamba instead reduces the dependency install time to ~392 seconds in my testing. Still not great, but workable.

joefutrelle commented 1 year ago

Thanks, looks like a good enhancement.

In the near future we'll be pushing images to Docker Hub alleviating the need for end-users to run this messy and time-consuming build process.