precice / fenicsx-adapter

Experimental preCICE-adapter for the open source computing platform FEniCSx
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Provide Dockerfile as basis for testing in this repository #6

Closed BenjaminRodenberg closed 2 years ago

BenjaminRodenberg commented 2 years ago

Related to #3. Currently we are using a specific development version of FEniCS-X for our development. We should add a Dockerfile to this repository which is used as a basis for testing. A good template is provided here: https://github.com/nemocrys/dolfinx-openfoam/blob/main/docker/Dockerfile.

We need the follwoing:

We don't need/want:

arvedes commented 2 years ago

I added a Dockerfile based on the template mentioned above. It is not perfect at all and a way too extensive, but I think it should work for now.

arvedes commented 2 years ago

For now the Dockerfile is okay, but we should update / replace it once there is a new release. Refer to the discussion here: https://github.com/precice/fenicsx-adapter/pull/1#discussion_r819018128

BenjaminRodenberg commented 2 years ago

Then let's keep this issue open until we have a dockerfile that meets all requirements.