Skip to content
Open
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
1 change: 1 addition & 0 deletions base_images/2i2c/isce3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
USER root
RUN apt-get update -y && apt-get install -y vim wget git && \
apt-get clean all
RUN mkdir -p /home/jovyan/.cache && chown -R 1000:100 /home/jovyan/.cache

# Use sharded repodata for faster resolve times
RUN conda install --name base 'conda-libmamba-solver>=25.11.0' -y
Expand Down
6 changes: 3 additions & 3 deletions base_images/2i2c/isce3/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ dependencies:
# - git+https://github.com/MAAP-Project/stac_ipyleaflet.git@0.3.6
- morecantile==7.0.3
- rio-tiler==9.0.6
- git+https://github.com/MAAP-Project/jupyter-server-extension.git@v3.0.0
- git+https://github.com/MAAP-Project/jupyter-server-extension.git@develop
- git+https://github.com/MAAP-Project/maap-py.git@v5.1.0a2
- git+https://github.com/MAAP-Project/algorithms-jupyter-extension.git@v1.0.0
- git+https://github.com/MAAP-Project/dps-jupyter-extension.git@v2.0.0
- git+https://github.com/MAAP-Project/algorithms-jupyter-extension.git@develop
- git+https://github.com/MAAP-Project/dps-jupyter-extension.git@develop
# - maap-edsc-jupyter-extension==1.1.1
- maap-help-jupyter-extension==2.0.2
- maap-libs-jupyter-extension==1.2.5
Expand Down
2 changes: 1 addition & 1 deletion base_images/2i2c/pangeo/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2025.12.30-v1
FROM public.ecr.aws/nasa-veda/pangeo-notebook-veda-image:2026.06.04-v1
ENV LANG=en_US.UTF-8
ENV TZ=US/Pacific
ARG DEBIAN_FRONTEND=noninteractive
Expand Down
6 changes: 2 additions & 4 deletions base_images/2i2c/pangeo/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ channels:
- conda-forge
- nodefaults
dependencies:
- icu=78.2
- nodejs=22.22.0
- rustac=0.9.9
- pip=26.1.1
- pip:
- rio-tiler==9.0.6
- git+https://github.com/MAAP-Project/jupyter-server-extension.git@v3.0.0
- git+https://github.com/MAAP-Project/maap-py.git@v5.1.0a2
- git+https://github.com/MAAP-Project/algorithms-jupyter-extension.git@v1.0.0
- git+https://github.com/MAAP-Project/dps-jupyter-extension.git@v2.0.0
- git+https://github.com/MAAP-Project/algorithms-jupyter-extension.git@develop
- git+https://github.com/MAAP-Project/dps-jupyter-extension.git@develop
# - maap-edsc-jupyter-extension==1.1.1
- maap-help-jupyter-extension==2.0.2
- maap-libs-jupyter-extension==1.2.5
Expand Down
6 changes: 3 additions & 3 deletions base_images/2i2c/r/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ channels:
dependencies:
- pip=26.1.1
- pip:
- git+https://github.com/MAAP-Project/jupyter-server-extension.git@v3.0.0
- git+https://github.com/MAAP-Project/jupyter-server-extension.git@develop
- git+https://github.com/MAAP-Project/maap-py.git@v5.1.0a2
- git+https://github.com/MAAP-Project/algorithms-jupyter-extension.git@v1.0.0
- git+https://github.com/MAAP-Project/dps-jupyter-extension.git@v2.0.0
- git+https://github.com/MAAP-Project/algorithms-jupyter-extension.git@develop
- git+https://github.com/MAAP-Project/dps-jupyter-extension.git@develop
# - maap-edsc-jupyter-extension==1.1.1
- maap-help-jupyter-extension==2.0.2
- maap-libs-jupyter-extension==1.2.5
Expand Down