eWaterCycle / infra

Instructions for system administrators to deploy the eWaterCycle platform
Apache License 2.0
0 stars 0 forks source link

Use conda lock #164

Closed sverhoeven closed 1 week ago

sverhoeven commented 1 month ago

Sometime the creation of a new Virtual Machine will fail due conda dependency conflicts/problems. This can be lessened by using conda-lock to install a known working pinned set of dependencies.

See https://github.com/eWaterCycle/ewatercycle/pull/442

Peter9192 commented 1 month ago

also see https://github.com/eWaterCycle/ewatercycle/issues/357

sverhoeven commented 2 weeks ago

The ewatercycle conda lock file and infra conda env file need to merged somehow.

We could first run conda-lock and then update env with a trimmed down version of the environment.yml.j2.