Skip to content

Commit

Permalink
Merge branch 'develop' into release-2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi Cresson committed May 27, 2020
2 parents 11350d3 + 8bd7ef1 commit 6284c1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ For now you have two options: either use the existing **docker image**, or build

Use the latest image from dockerhub:
```
docker pull mdl4eo/otbtf1.7
docker run -u otbuser -v $(pwd):/home/otbuser mdl4eo/otbtf1.7 otbcli_PatchesExtraction -help
docker pull mdl4eo/otbtf2.0:cpu
docker run -u otbuser -v $(pwd):/home/otbuser mdl4eo/otbtf2.0:cpu otbcli_PatchesExtraction -help
```

Available docker images:

| Name | Os | TF | OTB | Description |
| ---- | --- | --- | --- |
| **mdl4eo/otbtf1.6:cpu** | Ubuntu Xenial | r1.14 | 7.0.0 | CPU, no optimization |
| **mdl4eo/otbtf1.7:cpu** | Ubuntu Xenial | r1.14 | 7.0.0 | CPU, no optimization |
| **mdl4eo/otbtf1.7:gpu** | Ubuntu Xenial | r1.14 | 7.0.0 | GPU |
| **mdl4eo/otbtf2.0:cpu** | Ubuntu Xenial | r2.1 | 7.1.0 | CPU, compiled with MKL |
Expand Down

0 comments on commit 6284c1e

Please sign in to comment.