Skip to content
Snippets Groups Projects
Commit 94015877 authored by François  LAURENT's avatar François LAURENT
Browse files

notify new tagger

parent 51ebb879
No related branches found
No related tags found
No related merge requests found
Pipeline #95779 passed
......@@ -73,14 +73,14 @@ The *larvatagger.sh* script features a `build` command to build a local Docker i
scripts/larvatagger.sh build
```
Optionally, you can also get the default backend (currently *MaggotUBA/20221005-1*) with:
Optionally, you can also get the default backend (currently *MaggotUBA/20230111*) with:
```
scripts/larvatagger.sh build --with-default-backend
```
If you specifically want the *20221005-1* tagger, and not rely on default, do:
If you specifically want the *20230111* tagger, and not rely on default, do:
```
scripts/larvatagger.sh build --with-backend=MaggotUBA/20221005-1
scripts/larvatagger.sh build --with-backend=MaggotUBA/20230111
```
The `build` command requires a local copy of the LarvaTagger.jl project. In addition, the larvatagger.sh script must be executed from the project root directory, hence the path `scripts/larvatagger.sh`.
......@@ -99,7 +99,7 @@ docker pull flaur/larvatagger
```
Beware that images that ship with backends are relatively large files (>5GB on disk).
If you are not interested in automatic tagging, use the `flaur/larvatagger:0.7.2-standalone` image instead.
If you are not interested in automatic tagging, use the `flaur/larvatagger:0.8-standalone` image instead.
### Upgrading
......@@ -212,5 +212,5 @@ A workaround consists in using an external *data* directory and bind mount it as
For example:
```
apptainer run --bind data:/app/MaggotUBA/data docker://flaur/larvatagger predict /app/MaggotUBA 20221005-1 path/to/datafile --skip-make-dataset
apptainer run --bind data:/app/MaggotUBA/data docker://flaur/larvatagger predict /app/MaggotUBA 20230111 path/to/datafile --skip-make-dataset --data-isolation
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment