5 changed files with 10608 additions and 0 deletions
@ -0,0 +1,18 @@
|
||||
FROM ubuntu:18.04 |
||||
|
||||
RUN apt-get update |
||||
|
||||
RUN apt-get install -y git tcsh pkg-config |
||||
RUN apt-get install -y gfortran |
||||
RUN apt-get install -y netcdf-bin libnetcdf-dev libnetcdff-dev |
||||
RUN apt-get install -y openmpi-bin libopenmpi-dev |
||||
RUN apt-get install -y libnetcdff-dev |
||||
RUN apt-get install -y vim |
||||
|
||||
|
||||
ADD ModelCode512 /home/mom5/ModelCode512 |
||||
ADD ERGOM /home/mom5/ERGOM |
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue