We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a4da2 commit 44939b4Copy full SHA for 44939b4
mom_ubuntu.dockerfile
@@ -13,11 +13,11 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
13
libmpfr6 libhypre-dev petsc-dev libxml2-dev pkg-config python3-mpi4py keyboard-configuration \
14
paraview paraview-dev vtk7 libhdf5-dev hdf5-tools gpaw gpaw-data lammps lammps-data \
15
liblammps-dev python3-pip libfftw3-mpi3 libfftw3-mpi-dev \
16
- intel-mkl-full libeigen3-dev && \
+ libeigen3-dev && \
17
apt-get clean && rm -rf /var/lib/apt/lists/* # Cleanup cache to reduce layer size
18
19
# gets too large
20
-# paraview libsundials-dev
+# paraview libsundials-dev intel-mkl-full
21
22
# Install Node.js
23
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
0 commit comments