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 15, 2023
1 parent 1ced43a commit 7077983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mom_ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TIMEZONE /etc/localtime && echo $TIMEZONE > /et
# Install software from ubuntu
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
wget tzdata apt-utils software-properties-common \
bzip2 sudo curl vim libssl-dev git-all cmake build-essential gcc-10 g++-10 gfortran-10 \
bzip2 sudo curl vim libssl-dev git-all cmake build-essential gcc-11 g++-11 gfortran-11 \
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 \
Expand All @@ -33,5 +33,5 @@ RUN wget -O /tmp/cantera_key.asc "http://keyserver.ubuntu.com/pks/lookup?op=get&


# Install JULIA (gets too large)
#RUN curl -fsSL https://install.julialang.org | sh -s -- -y
#ENV PATH="/root/.julia/juliaup:$PATH"
RUN curl -fsSL https://install.julialang.org | sh -s -- -y
ENV PATH="/root/.julia/juliaup:$PATH"

0 comments on commit 7077983

Please sign in to comment.