Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 5.67 KB

README.md

File metadata and controls

72 lines (54 loc) · 5.67 KB

TeamDigitale-publiccode TeamDigitale-reuse

License

DockerHub DockerHub Image Size DockerHub Pulls

GitHub Static Badge GitHub Issues

Dynamic YAML Badge

hypoellipse Version | GitHub Actions Workflow Status

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