From 2db296bb25d70cadc091fe23cf742ae16b0235cf Mon Sep 17 00:00:00 2001 From: Jean-Marie Saurel Date: Thu, 22 May 2025 10:29:06 +0000 Subject: [PATCH 1/2] Small visual update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f84e51d..fc5991f 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,11 @@ Typically, when using SeiSComP GUI, you would need : * directories containing travel time files for locators By default, configuration files are expected on `$HOME/seiscomp-gui/cfg` on the host computer. They are mounted on `$HOME/.seiscomp` in the container. + By default, map tiles directory is expected on `$HOME/seiscomp-gui/maps` on the host computer. It is mounted on `/opt/seiscomp/share/maps` in the container. + By default, NonLinLoc configuration and time travel files are expected on `$HOME/seiscomp-gui/nll` on the host computer. It is mounted on `/opt/seiscomp/share/nll` in the container. + By default, Hypo71PC configuration files and velocity models are expected to be found on `$HOME/seiscomp-gui/hypo71` on the host computer. It is mounted on `/opt/seiscomp/share/hypo71` in the container. You can update the host path for each volume or comment the unused ones in the `compose.yaml` file, section `volumes`. From 28c8a946c496b6adc4cb35ede4b495445b450528 Mon Sep 17 00:00:00 2001 From: Jean-Marie Saurel Date: Wed, 9 Jul 2025 10:44:16 +0000 Subject: [PATCH 2/2] Add python3-venv for gsm --- seiscomp-gui/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/seiscomp-gui/Dockerfile b/seiscomp-gui/Dockerfile index da74f23..3750ef2 100644 --- a/seiscomp-gui/Dockerfile +++ b/seiscomp-gui/Dockerfile @@ -48,6 +48,7 @@ RUN apt-get update \ python3-humanize \ python3-gnupg \ python3-bs4 \ + python3-venv \ # Useful for X11 forwarding mesa-utils \ libgl1-mesa-glx \