File tree Expand file tree Collapse file tree 3 files changed +202
-38
lines changed Expand file tree Collapse file tree 3 files changed +202
-38
lines changed Original file line number Diff line number Diff line change 1- FROM pangeo/pangeo-notebook:2025.06.02
1+ FROM pangeo/pangeo-notebook:2025.08.14
22
33LABEL org.opencontainers.image.source="https://github.com/nasa-impact/pangeo-notebook-veda-image"
44
55USER ${NB_USER}
66
77ADD environment.yml environment.yml
88
9- RUN mamba env update --prefix /srv/conda/envs/notebook --file environment.yml
9+ RUN conda env update --prefix /srv/conda/envs/notebook --file environment.yml
1010
1111COPY --chown=${NB_USER}:${NB_USER} image-tests /srv/repo/image-tests
1212COPY --chown=${NB_USER}:${NB_USER} scripts /srv/repo/scripts
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ dependencies:
77 - code-server>=3.2
88 - jupyter-vscode-proxy
99 - openssh
10- # Remove once Pangeo has upstream. Pinned to match pangeo-notebook image
11- - libgdal-arrow-parquet==3.10.3
12- - libgdal-netcdf==3.10.3
1310 - pre_commit
14- - virtualizarr
11+ # Remove once Pangeo has upstream.
12+ - virtualizarr>=2.0.0
1513 - icechunk
1614 - pip
1715 - pip :
You can’t perform that action at this time.
0 commit comments