Unverified Commit 809db5b2 authored by Rémi Cresson's avatar Rémi Cresson Committed by GitHub
Browse files

Merge pull request #57 from Doctor-Who/patch-1

Update DOCKERUSE.md
Showing with 9 additions and 1 deletion
+9 -1
......@@ -48,12 +48,20 @@ Beware of ownership issues! see the last section of this doc.
In Linux, this is quite straightforward.
Just follow the steps described in the [nvidia-docker documentation](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html).
You can then use the OTBTF `gpu` tagged docker images with the **NVIDIA runtime**:
You can then use the OTBTF `gpu` tagged docker images with the **NVIDIA runtime** :
With Docker version earlier than 19.03 :
```bash
docker run --runtime=nvidia -ti mdl4eo/otbtf2.4:gpu bash
```
With Docker version including and after 19.03 :
```bash
docker run --gpus all -ti mdl4eo/otbtf2.4: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/).
Be careful though, these infos might be a bit outdated...
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment