File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/development/container Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2323LABEL org.opencontainers.image.source=https://github.com/underworldcode/underworld2
2424LABEL org.opencontainers.image.licenses=LGPL-3
@@ -42,7 +42,7 @@ RUN micromamba install -y -v -n base -f /tmp/env.yaml && \
4242ARG 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
You can’t perform that action at this time.
0 commit comments