We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06034ee commit 6d7a7a7Copy full SHA for 6d7a7a7
docs/installation.md
@@ -40,7 +40,7 @@ You can also use [docker](https://hub.docker.com/r/giswqs/segment-geospatial/) t
40
docker run -it -p 8888:8888 giswqs/segment-geospatial:latest
41
```
42
43
-To enable GUI, run the following command to run a short benchmark on your GPU:
+To enable GPU for segment-geospatial, run the following command to run a short benchmark on your GPU:
44
45
```bash
46
docker run --rm -it --gpus=all nvcr.io/nvidia/k8s/cuda-sample:nbody nbody -gpu -benchmark
0 commit comments