Skip to content

Commit 0a35f9a

Browse files
committed
Merge branch 'main' of github.com:julesghub/uw-jupyter-stack
2 parents e750b59 + 5b9016d commit 0a35f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USER $NB_USER
2121
# Add RUN statements to install packages as the $NB_USER defined in the base images.
2222
RUN mamba install --yes -c conda-forge \
2323
petsc4py \
24-
jgiordani::underworld3 \
24+
jgiordani::underworld3=0.98b \
2525
&& mamba clean --all -f -y \
2626
&& fix-permissions "${CONDA_DIR}" \
2727
&& fix-permissions "/home/${NB_USER}"

0 commit comments

Comments
 (0)