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 mamaba to create conda environments #67

Open
tayabsoomro opened this issue Jul 10, 2022 · 0 comments
Open

use mamaba to create conda environments #67

tayabsoomro opened this issue Jul 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tayabsoomro
Copy link
Member

Mama improves the speed of creating conda environments through parallel downloads. But there currently is an issue with mamba where it cannot resolve environments from YAML file - it looks like this feature is in pipeline (read here).

The current solution is to create an empty conda environment and update the environment with mamba by providing a YAML file:

conda create -y -n micas python=3.8 mamba
conda activate micas
mamba env update -n micas --file micas.yml

However, according to one comment, it doesn't work quite as expected.

We will have to wait until this feature is enabled in mamba and update our start_micas.sh script to utilize mamba for creating environment faster.

@tayabsoomro tayabsoomro added the enhancement New feature or request label Jul 10, 2022
@tayabsoomro tayabsoomro self-assigned this Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant