Skip to content

Commit

Permalink
Update mom_ubuntu.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb authored Oct 12, 2023
1 parent 7991f1e commit 81f9dbd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mom_ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
clang-10 libboost-all-dev libopenmpi-dev libparmetis-dev libparmetis4.0 libsuitesparse-dev \
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 lammps-examples \
liblammps-dev python3-pip paraview \
paraview paraview-dev vtk7 libhdf5-dev hdf5-tools gpaw gpaw-data lammps lammps-data \
liblammps-dev python3-pip \
intel-mkl-full && \
apt-get clean && rm -rf /var/lib/apt/lists/* # Cleanup cache to reduce layer size

# gets too large
# paraview

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

Expand Down

0 comments on commit 81f9dbd

Please sign in to comment.