A repository of Dockerfiles for IPTA projects.
The ipta-gwa image (available as ipta/ipta-gwa:latest at Docker Hub) is intended for use gravitational wave analysis.
It includes enterprise and all of its dependencies in the base conda environment.
It also includes includes PTMCMCSampler and enterprise_extensions.
and has a footprint of about 3.5GB.
This image is built on the continuumio/miniconda image and installs autotools and gnu compilers.
The image begins in the /home/ipta-gwa/ directory, but only has a root user.
- Install Docker
- Start Docker.
- Pull the repository and run
bashshell in a new container (as root)
docker pull ipta/ipta-gwa:latest
docker run -it ipta/ipta-gwa:latest /bin/bash- Don't forget to remove your containers (
docker ps -a; docker rm ...) once you're done.