We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae8825 commit 6639163Copy full SHA for 6639163
1 file changed
docs/bmi.md
@@ -19,10 +19,10 @@ To use the Docker image, use the `DockerImage` setting in the configuration file
19
```sh
20
WorkDir=/home/username/tmp/stemmus_scope
21
...
22
-DockerImage=ghcr.io/ecoextreml/stemmus_scope:1.6.1
+DockerImage=ghcr.io/ecoextreml/stemmus_scope:1.6.2
23
```
24
25
-It is best to add the version tag here too (`:1.6.1`), 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.2`), this way the BMI will warn you if the version might be incompatible.
26
27
Note that the `docker` package for python is required here. Install this with `pip install PyStemmusScope[docker]`.
28
Additionally, [Docker](https://docs.docker.com/get-docker/) itself has to be installed.
0 commit comments