Skip to content

Commit

Permalink
remove sundials
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Oct 17, 2023
1 parent 4c416a6 commit 91a4da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mom_ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libmumps-dev libmumps-ptscotch-dev libmumps-scotch-dev libgmp3-dev libmpfr-dev libmpfr-doc \
libmpfr6 libhypre-dev petsc-dev libxml2-dev pkg-config python3-mpi4py keyboard-configuration \
paraview paraview-dev vtk7 libhdf5-dev hdf5-tools gpaw gpaw-data lammps lammps-data \
liblammps-dev python3-pip libfftw3-mpi3 libfftw3-mpi-dev libsundials-dev \
liblammps-dev python3-pip libfftw3-mpi3 libfftw3-mpi-dev \
intel-mkl-full libeigen3-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/* # Cleanup cache to reduce layer size

# gets too large
# paraview
# paraview libsundials-dev

# Install Node.js
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
Expand Down

0 comments on commit 91a4da2

Please sign in to comment.