Sign inSign up

ingv/hypoellipse

By ingv

•Updated almost 2 years ago

Hypoinvers 2000

Image
0

539

ingv/hypoellipse repository overview

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

Tag summary

Content type

Image

Digest

sha256:e40b6508f…

Size

162.9 MB

Last updated

almost 2 years ago

docker pull ingv/hypoellipse