DassHydro / dassflow2d

Data Assimilation for Free Surface Flows : Shallow-Water like systems for river networks and floodplains.
Other
7 stars 2 forks source link

Add Dockerfile to build project #7

Open bastiencyr opened 1 year ago

bastiencyr commented 1 year ago

Hello, This is a simple Dockerfile to build the project. I didn't make a lot of test but it should work.

The image is build with support for only one core for the moment.

You can build and run this dockerfile with :

sudo docker build . -t dassflow
sudo docker run -it dassflow

Next step is to automatically build dassflow everytime someone push on the main branch and then push this image to the docker hub.