Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pangeo/pangeo-notebook:2025.06.02
FROM pangeo/pangeo-notebook:2025.08.14

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker build -t pangeo-notebook-veda .
docker run -v ./image-tests:/srv/repo/image-tests -e REGENERATE_OUTPUTS=true pangeo-notebook-veda bash /srv/repo/scripts/run_tests.sh
```

### Regenrating the output of the test notebooks
### Regenerating the output of the test notebooks

To regenerate the output of the test notebooks, we can use the same command we used in the previous section to generate the output of the notebooks while adding new tests:

Expand Down
8 changes: 5 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ dependencies:
- code-server>=3.2
- jupyter-vscode-proxy
- openssh
# Remove once Pangeo has upstream. Pinned to match pangeo-notebook image
- libgdal-arrow-parquet==3.10.3
- libgdal-netcdf==3.10.3
- pre_commit
# Remove once Pangeo has upstream.
- virtualizarr>=2.0.0
- icechunk
# Working around https://github.com/holoviz/geoviews/pull/794
- geoviews-core==1.14.1
- pip
- pip:
- git+https://github.com/MAAP-Project/[email protected]
Expand Down
Loading