We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e750b59 + 5b9016d commit 0a35f9aCopy full SHA for 0a35f9a
image/Dockerfile
@@ -21,7 +21,7 @@ USER $NB_USER
21
# Add RUN statements to install packages as the $NB_USER defined in the base images.
22
RUN mamba install --yes -c conda-forge \
23
petsc4py \
24
- jgiordani::underworld3 \
+ jgiordani::underworld3=0.98b \
25
&& mamba clean --all -f -y \
26
&& fix-permissions "${CONDA_DIR}" \
27
&& fix-permissions "/home/${NB_USER}"
0 commit comments