Started from @tjhei, edited by @luca-heltai
Full deal.II installation based on the ubuntu binary package of deal.II.
Images are tagged with the ubuntu distribution they are based on.
You can pull any of the images from dockerhub using (for example)
docker pull dealii/dealii:v9.2.0-focal
after which you could run an interactive shell in it:
docker run -i -t dealii/dealii:v9.2.0-focal
This will drop you in an isolated environment where you can experiment with deal.II.
Versions of interest:
dealii/dealii:v9.2.0-focal
- deal.II v9.2.0, Ubuntu 20.04dealii/dealii:v9.2.0-bionic
- deal.II v9.2.0, Ubuntu 18.04dealii/dealii:v9.1.1-bionic
- deal.II v9.1.1, Ubuntu 18.04
A list of all available images is here: