Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use conda lock to make builds reproducible #6

Open
jooh opened this issue May 13, 2021 · 0 comments
Open

Use conda lock to make builds reproducible #6

jooh opened this issue May 13, 2021 · 0 comments

Comments

@jooh
Copy link
Owner

jooh commented May 13, 2021

At the moment we unnecessarily invoke the solver when installing the environment from neuroconda.yml. The environment is already constructed to be solvable, and all versions are pinned, so this step does little except find the current builds for each package. We could probably live without that.

Perhaps we can instead use conda-lock to construct a lock file. This basically boils things down to a list of paths, which can be installed far more quickly.

It would also make it possible to run the builds on OS X, since conda lock has a cross-solver.

The key limiting factor of this approach is that pip files are not supported. Until this is resolved I don't think this is workable for us.

conda/conda-lock#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant