hypoellipse [](https://github.com/INGV/hypoellipse/blob/master/publiccode.yml)
November 19, 2024 ยท View on GitHub
hypoellipse
| 
Docker used to run HYPOELLIPSE: A Computer Program for Determining Local Earthquake Hypocentral Parameters, Magnitude, and First-Motion Pattern
More info here:
Quickstart
Clone the repository
First, clone the git repositry:
$ git clone https://github.com/INGV/hypoellipse.git
$ cd hypoellipse
Docker image
To obtain hypoellipse docker image, you have two options:
1) Get built image from DockerHub (preferred)
Get the last built image from DockerHub repository:
$ docker pull ingv/hypoellipse:latest
2) Build by yourself
$ docker build --tag ingv/hypoellipse .
in case of errors, try:
$ docker build --no-cache --pull --tag ingv/hypoellipse .
Run docker
Run:
$ docker run --rm -v $( pwd )/example:/opt/data ingv/hypoellipse filecom
Docker CLI
To override the ENTRYPOINT directive and enter into the Docker images, run:
$ docker run -it --rm --entrypoint=bash ingv/hypoellipse
Contribute
Thanks to your contributions!
Here is a list of users who already contributed to this repository:
Author
(c) 2024 Valentino Lauciani valentino.lauciani[at]ingv.it
Istituto Nazionale di Geofisica e Vulcanologia, Italia