From 7b9d1a1be46a41ee065550ba1b5f39d6f7f22d86 Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Fri, 30 Aug 2024 15:57:32 +0200 Subject: [PATCH] stemmus_scope:1.6.0 image is now available --- Dockerfile | 2 +- docs/bmi.md | 4 ++-- tests/test_data/config_file_docker.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ea29d1d..58216034 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/ecoextreml/stemmus_scope:1.5.0 +FROM ghcr.io/ecoextreml/stemmus_scope:1.6.0 LABEL maintainer="Bart Schilperoort " LABEL org.opencontainers.image.source = "https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing" diff --git a/docs/bmi.md b/docs/bmi.md index 52cfea04..13243b17 100644 --- a/docs/bmi.md +++ b/docs/bmi.md @@ -19,10 +19,10 @@ To use the Docker image, use the `DockerImage` setting in the configuration file ```sh WorkDir=/home/username/tmp/stemmus_scope ... -DockerImage=ghcr.io/ecoextreml/stemmus_scope:1.5.0 +DockerImage=ghcr.io/ecoextreml/stemmus_scope:1.6.0 ``` -It is best to add the version tag here too (`:1.5.0`), this way the BMI will warn you if the version might be incompatible. +It is best to add the version tag here too (`:1.6.0`), this way the BMI will warn you if the version might be incompatible. Note that the `docker` package for python is required here. Install this with `pip install PyStemmusScope[docker]`. Additionally, [Docker](https://docs.docker.com/get-docker/) itself has to be installed. diff --git a/tests/test_data/config_file_docker.txt b/tests/test_data/config_file_docker.txt index cc401a3e..df00ba25 100644 --- a/tests/test_data/config_file_docker.txt +++ b/tests/test_data/config_file_docker.txt @@ -13,4 +13,4 @@ StartTime=1996-01-01T00:00 EndTime=1996-01-01T02:00 InputPath= OutputPath= -DockerImage=ghcr.io/ecoextreml/stemmus_scope:1.5.0 \ No newline at end of file +DockerImage=ghcr.io/ecoextreml/stemmus_scope:1.6.0 \ No newline at end of file