Commit 196bff19 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

- add valgrind to the docker image used by gitlab-runner for the pipeline

parent 3b83da86
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt -y install intel-oneapi-compiler-fortran
RUN DEBIAN_FRONTEND=noninteractive apt -y install liblapacke-dev liblapacke64-dev libopenblas-openmp-dev libopenblas64-openmp-dev
# install MPI stack
RUN DEBIAN_FRONTEND=noninteractive apt -y install mpi-default-dev mpi-default-bin
#install valgrind
RUN DEBIAN_FRONTEND=noninteractive apt -y install valgrind valgrind-mpi
# install nvidia stuff
COPY --chown=root:root containers/docker/dockerstuff/debian-nonfree/debian.sources /etc/apt/sources.list.d/
RUN apt update