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

Update Dockerfiles for Faster Conda Dependency Resolution #433

Open
bshifaw opened this issue Oct 31, 2023 · 0 comments
Open

Update Dockerfiles for Faster Conda Dependency Resolution #433

bshifaw opened this issue Oct 31, 2023 · 0 comments

Comments

@bshifaw
Copy link
Collaborator

bshifaw commented Oct 31, 2023

Background:
The recent introduction of the 'libmamba' solver, as discussed in this Anaconda blog post, has brought significant performance improvements to Conda's dependency resolution. Adapting our Dockerfiles to incorporate this solver could greatly benefit our development and build processes.

Action Items:

  1. Assess any potential compatibility issues or adjustments required in our current setup.
  2. If the evaluation is positive, proceed with the necessary changes and updates.

conda 22.11 update: The libmamba solver’s experimental flag has been removed. To use the new solver, update conda in your base environment:

conda update -n base conda
To install and set the new solver, run the following commands:

conda install -n base conda-libmamba-solver
conda config --set solver libmamba

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