Skip to content

Commit

Permalink
stemmus_scope:1.6.0 image is now available
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Aug 30, 2024
1 parent 9b754db commit 7b9d1a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
LABEL org.opencontainers.image.source = "https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing"
Expand Down
4 changes: 2 additions & 2 deletions docs/bmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_data/config_file_docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
DockerImage=ghcr.io/ecoextreml/stemmus_scope:1.6.0

0 comments on commit 7b9d1a1

Please sign in to comment.