-
Notifications
You must be signed in to change notification settings - Fork 15
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 single-user-sobigdata with conda-lock #186
base: master
Are you sure you want to change the base?
Update single-user-sobigdata with conda-lock #186
Conversation
Caveat: as it is now, the user will have to explicitly I think this is preferred since the |
We are getting ERROR:root:[Errno 28] No space left on device which is expected since the env is so huge. According to my tests the build requires around 20GB of disk, do you know how much do we have available for the CI? |
xref: https://github.com/marketplace/actions/maximize-build-disk-space answer: 29GB |
for the record, disabling the building of the base image still runs out of disk space for this new env. we are going to check with the user community about having a number of smaller envs to replace this single big one |
Issues again after adding back the building of the base image on the same PR. |
Summary
Merge all the conda and pip deps into a single environment file and use
conda-lock
to pin the environment.Related issue :