The list of older releases is available [here](#older-docker-releases).
The list of older releases is available [here](#older-docker-releases).
...
@@ -37,7 +37,7 @@ For instance, suppose you have some data in `/mnt/my_device/` that you want to u
...
@@ -37,7 +37,7 @@ For instance, suppose you have some data in `/mnt/my_device/` that you want to u
The following command shows you how to access the folder from the docker image.
The following command shows you how to access the folder from the docker image.
```bash
```bash
docker run -v /mnt/my_device/:/data/ -ti mdl4eo/otbtf:3.3.2-cpu bash -c"ls /data"
docker run -v /mnt/my_device/:/data/ -ti mdl4eo/otbtf:3.3.3-cpu bash -c"ls /data"
```
```
Beware of ownership issues! see the last section of this doc.
Beware of ownership issues! see the last section of this doc.
...
@@ -50,13 +50,13 @@ You can then use the OTBTF `gpu` tagged docker images with the **NVIDIA runtime*
...
@@ -50,13 +50,13 @@ You can then use the OTBTF `gpu` tagged docker images with the **NVIDIA runtime*
With Docker version earlier than 19.03 :
With Docker version earlier than 19.03 :
```bash
```bash
docker run --runtime=nvidia -ti mdl4eo/otbtf:3.3.2-gpu bash
docker run --runtime=nvidia -ti mdl4eo/otbtf:3.3.3-gpu bash
```
```
With Docker version including and after 19.03 :
With Docker version including and after 19.03 :
```bash
```bash
docker run --gpus all -ti mdl4eo/otbtf:3.3.2-gpu bash
docker run --gpus all -ti mdl4eo/otbtf:3.3.3-gpu bash
```
```
You can find some details on the **GPU docker image** and some **docker tips and tricks** on [this blog](https://mdl4eo.irstea.fr/2019/10/15/otbtf-docker-image-with-gpu/).
You can find some details on the **GPU docker image** and some **docker tips and tricks** on [this blog](https://mdl4eo.irstea.fr/2019/10/15/otbtf-docker-image-with-gpu/).
...
@@ -69,7 +69,7 @@ Be careful though, these infos might be a bit outdated...
...
@@ -69,7 +69,7 @@ Be careful though, these infos might be a bit outdated...
1. Install [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10#manual-installation-steps)(Windows Subsystem for Linux)
1. Install [WSL2](https://docs.microsoft.com/en-us/windows/wsl/install-win10#manual-installation-steps)(Windows Subsystem for Linux)