Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
There is no v
  • Loading branch information
julesghub authored Aug 29, 2024
1 parent bed4fca commit 5b9016d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ USER $NB_USER
# Add RUN statements to install packages as the $NB_USER defined in the base images.
RUN mamba install --yes -c conda-forge \
petsc4py \
jgiordani::underworld3=v0.98b \
jgiordani::underworld3=0.98b \
# pyvista \
&& mamba clean --all -f -y \
&& fix-permissions "${CONDA_DIR}" \
Expand Down

0 comments on commit 5b9016d

Please sign in to comment.