Skip to content

Commit

Permalink
fix typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Jan 9, 2025
1 parent dd82dbe commit fe90a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/docker/petsc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ RUN apt-get update -qq \

RUN pip3 install --no-cache-dir \
"cython==3.0.10" \
"numpy<2"
mpi4py \
"numpy<2" \
mpi4py

# get petsc
ARG PETSC_VERSION="3.22.2"
Expand Down

0 comments on commit fe90a87

Please sign in to comment.