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

Outdated xarray on staging env #970

Open
jbusecke opened this issue Jul 27, 2021 · 1 comment
Open

Outdated xarray on staging env #970

jbusecke opened this issue Jul 27, 2021 · 1 comment

Comments

@jbusecke
Copy link

The staging environment is now already two xarray versions behind (v0.17.0 vs v0.19.0 released). This was causing a bunch of issues for users who want to utilize the new xarray functionality (e.g. jbusecke/xMIP#172), which can be solved by manually installing the new version on the notebook and workers.

But given the importance of xarray to the community, could we trigger a rebuild that includes the newest xarray version?

@rabernat
Copy link
Member

rabernat commented Jul 27, 2021

The image itself is configured in https://github.com/pangeo-data/pangeo-docker-images.

The latest pangeo-notebook version (00bb342) has xarray 0.18.2: https://github.com/pangeo-data/pangeo-docker-images/blob/master/pangeo-notebook/conda-linux-64.lock#L426

AFAIK, an update should be possible by updating the tag here:
https://github.com/pangeo-data/pangeo-cloud-federation/blob/staging/deployments/gcp-uscentral1b/image/binder/Dockerfile#L1

to

FROM pangeo/pangeo-notebook:00bb342

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

2 participants