Skip to content

Commit 374be93

Browse files
committed
Update dependency software for container and binder
1 parent d60f947 commit 374be93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conda/environment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515
- mpich
1616
- petsc==3.21.5
1717
- mesalib
18+
- git
1819
- git-lfs
1920
- scipy
2021
- mpi4py

docs/development/container/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# subgidSize=$(( $(podman info --format "{{ range .Host.IDMappings.GIDMap }}+{{.Size }}{{end }}" ) - 1 ))
1919
# podman run -it --rm -p 20000:8888 -v "${HOME}/uw_space":/home/mambauser/host --uidmap $uid:0:1 --uidmap 0:1:$uid --uidmap $(($uid+1)):$(($uid+1)):$(($subuidSize-$uid)) --gidmap $gid:0:1 --gidmap 0:1:$gid --gidmap $(($gid+1)):$(($gid+1)):$(($subgidSize-$gid)) underworldcode/underworld2:<version-id>
2020

21-
FROM docker.io/mambaorg/micromamba:2.3.0
21+
FROM docker.io/mambaorg/micromamba:2.5.0
2222

2323
LABEL org.opencontainers.image.source=https://github.com/underworldcode/underworld2
2424
LABEL org.opencontainers.image.licenses=LGPL-3
@@ -42,7 +42,7 @@ RUN micromamba install -y -v -n base -f /tmp/env.yaml && \
4242
ARG MAMBA_DOCKERFILE_ACTIVATE=1
4343

4444
# git clone the latest tag
45-
RUN git clone --depth 1 --branch=v2.17.0 https://github.com/underworldcode/underworld2.git /home/$MAMBA_USER/underworld2 && \
45+
RUN git clone --depth 1 --branch=v2.17.x https://github.com/underworldcode/underworld2.git /home/$MAMBA_USER/underworld2 && \
4646
cd /home/$MAMBA_USER/underworld2 && \
4747
pip install --no-build-isolation --no-cache-dir .
4848

0 commit comments

Comments
 (0)