Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dealii/docker-files
Docker files to automatically build docker-images
https://github.com/dealii/docker-files
Last synced: 3 months ago
JSON representation
Docker files to automatically build docker-images
- Host: GitHub
- URL: https://github.com/dealii/docker-files
- Owner: dealii
- Created: 2016-04-12T15:47:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T22:45:06.000Z (5 months ago)
- Last Synced: 2024-07-27T08:33:00.167Z (4 months ago)
- Language: Makefile
- Size: 1.49 MB
- Stars: 10
- Watchers: 15
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker files to create Docker images with deal.II
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.5.0-jammy
after which you could run an interactive shell in it:
docker run -i -t dealii/dealii:v9.5.0-jammy
This will drop you in an isolated environment where you can experiment with deal.II.
Versions of interest:
- ``dealii/dealii:v9.5.0-jammy`` - deal.II v9.5.0, Ubuntu 22.04
- ``dealii/dealii:v9.5.0-focal`` - deal.II v9.5.0, Ubuntu 20.04
- ``dealii/dealii:v9.4.2-jammy`` - deal.II v9.4.2, Ubuntu 22.04
- ``dealii/dealii:v9.4.2-focal`` - deal.II v9.4.2, Ubuntu 20.04A list of all available images is here:
https://hub.docker.com/r/dealii/dealii/tags/
In addition there are images that only contain the deal.II dependencies, but
not the library itself. These images are helpful to compile your own version
of deal.II. All images containing only deal.II dependencies can be found at:https://hub.docker.com/r/dealii/dependencies/tags/