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

Support for conda explicit lockfiles #1157

Open
epassaro opened this issue May 4, 2022 · 3 comments
Open

Support for conda explicit lockfiles #1157

epassaro opened this issue May 4, 2022 · 3 comments

Comments

@epassaro
Copy link

epassaro commented May 4, 2022

Proposed change

Hi!

Conda currently supports exporting environments via conda list --explicit > spec-file.txt and installing them by doing conda create -n <env_name> --file spec-file.txt.

This kind of installation bypass the solver making builds really, really fast.

Alternative options

Also, using mamba instead of conda will speed up the deployment.

Who would use this feature?

Conda environment users that wants to build their environments faster.

(Optional): Suggest a solution

@welcome
Copy link

welcome bot commented May 4, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@manics manics transferred this issue from jupyterhub/binderhub May 4, 2022
@welcome
Copy link

welcome bot commented May 4, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@bollwyvl
Copy link
Contributor

Looks like there is some more recent discussion of this here: #1312

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

No branches or pull requests

2 participants