mirror of https://github.com/docker/docs.git
Apply suggestions from code review
Co-Authored-By: Tibor Vass <tiborvass@users.noreply.github.com>
This commit is contained in:
parent
2142f4ad7b
commit
d668fc707c
|
@ -342,7 +342,7 @@ following:
|
||||||
docker run --gpus 'all,capabilities=utility' --rm ubuntu nvidia-smi
|
docker run --gpus 'all,capabilities=utility' --rm ubuntu nvidia-smi
|
||||||
```
|
```
|
||||||
|
|
||||||
This enables the `utility` driver capabilites and adds the `nvidia-smi` tool to
|
This enables the `utility` driver capability which adds the `nvidia-smi` tool to
|
||||||
the container.
|
the container.
|
||||||
|
|
||||||
Capabilities as well as other configurations can be set in images via
|
Capabilities as well as other configurations can be set in images via
|
||||||
|
|
Loading…
Reference in New Issue