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`. 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 \