Skip to content

Commit 6f8c302

Browse files
committed
Update base pangeo image and add test
1 parent 4e26fc2 commit 6f8c302

File tree

3 files changed

+202
-38
lines changed

3 files changed

+202
-38
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM pangeo/pangeo-notebook:2025.06.02
1+
FROM pangeo/pangeo-notebook:2025.08.14
22

33
LABEL org.opencontainers.image.source="https://github.com/nasa-impact/pangeo-notebook-veda-image"
44

55
USER ${NB_USER}
66

77
ADD 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

1111
COPY --chown=${NB_USER}:${NB_USER} image-tests /srv/repo/image-tests
1212
COPY --chown=${NB_USER}:${NB_USER} scripts /srv/repo/scripts

environment.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)