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

Add ability to create envs with conda lock files to avoid conda solve step #86

Open
Adam-D-Lewis opened this issue Dec 17, 2021 · 1 comment
Assignees

Comments

@Adam-D-Lewis
Copy link
Member

Adam-D-Lewis commented Dec 17, 2021

Currently the environments on the hpc-master node require ~10GB of RAM in order for conda to be able to solve them. It'd be nice to be able to use conda lock files to avoid the long solve step.

@Adam-D-Lewis Adam-D-Lewis self-assigned this Dec 17, 2021
@Adam-D-Lewis
Copy link
Member Author

Adam-D-Lewis commented Dec 22, 2021

This could be done, however, it would be of limited use with the existing conda enviornments in the repo. The stable release of conda-lock at this time doesn't have support for pip dependencies though the main branch does. However, even the main branch at this time doesn't support syntax like https://github.com/jupyterhub/batchspawner/archive/129951ad11e3049567b94adb8c9725dc22225a1a.tar.gz in the environment files which is used heavily in the environments in this repo at this time.

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