Skip to content

Commit

Permalink
Trigger new Docker build
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <umberto.zerbinati@maths.ox.ac.uk>
  • Loading branch information
UZerbinati committed Sep 25, 2023
1 parent 41779a1 commit 06fcfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cd ~ && wget https://github.com/Kitware/CMake/releases/download/v3.27.6/cmak
&& make -j 2 \
&& make install
#Installing python dependencies using pip
RUN pip install numpy cython mpi4py pytest pytest-mpi
RUN pip install numpy scipy cython mpi4py pytest pytest-mpi
#Configure PETSc
RUN cd ~ && git clone https://gitlab.com/petsc/petsc.git
RUN cd ~/petsc \
Expand Down

0 comments on commit 06fcfa7

Please sign in to comment.