-
Notifications
You must be signed in to change notification settings - Fork 94
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 duckdb #578
Add duckdb #578
Conversation
/condalock |
Can you do xvec too while we are here? |
it's already there
|
/condalock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to me. @scottyhq, do you want to check the docker image size difference?
pangeo-notebook/conda-lock.yml
Outdated
- name: xarray | ||
version: 2024.7.0 | ||
version: 2024.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait, reminder that we haven't fixed the xarray downgrade issue mentioned at #577 (comment)
/condalock |
CI log show an increase of ~170MB uncompressed:
Compressed images sizes on dockerhub are currently:
Interestingly on my ARM mac I see a much larger disk usage: ...So maybe there are some ways to make the ARM images smaller. But we should definitely dig into that separately. Seems like a good addition to me! |
No description provided.