CIROH-UA / awi-ciroh-image

2i2c JupyterHub user image for the Alabama Water Institute CIROH hub
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Update pangeo base image #46

Closed mgdenno closed 6 months ago

mgdenno commented 6 months ago

Context

Current CIROH 2i2c image is based on pangeo/pangeo-notebook:2022.07.13 which is a bit old at this point.

Proposal

Upgrade base image to pangeo/pangeo-notebook:2023.09.11 (after this version the image switches to Python 3.11 which contains backwards breaking changes to the way enums are handled). another potential issue to be aware of, I think this version (2023.09.11) includes an updated Pandas from v1.x to v2.x which was backwards breaking. If this is an issue, it is possible to configure JupyterHub allow users to choose which image they want from a list of images. That could be a way to allow current Pandas v1.x users to keep working without having to upgrade.

Updates and actions

No response

arpita0911patel commented 6 months ago

@yuvipanda please suggest.

arpita0911patel commented 6 months ago

https://github.com/2i2c-org/awi-ciroh-image/pull/49 - This PR to upgrade base image to pangeo/pangeo-notebook:2023.09.11. Currently deployed in staging env and looks good.

arpita0911patel commented 6 months ago

This is deployed on production env.