Skip to content

Commit

Permalink
DOC: update readme with latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
remicres committed Oct 5, 2023
1 parent ec5ee30 commit aa4570f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ The documentation is available on [otbtf.readthedocs.io](https://otbtf.readthedo
You can use our latest GPU enabled docker images.

```bash
docker run --runtime=nvidia -ti mdl4eo/otbtf:4.2.0-gpu otbcli_PatchesExtraction
docker run --runtime=nvidia -ti mdl4eo/otbtf:4.2.0-gpu python -c "import otbtf"
docker run --runtime=nvidia -ti mdl4eo/otbtf:latest-gpu otbcli_PatchesExtraction
docker run --runtime=nvidia -ti mdl4eo/otbtf:latest-gpu python -c "import otbtf"
```

You can also build OTBTF from sources (see the documentation)
Expand Down

0 comments on commit aa4570f

Please sign in to comment.