update docs, nvidia docker is replaced by NVIDIA Container Toolkit.
This commit is contained in:
parent
c200326512
commit
0c9055e4f6
@ -176,7 +176,7 @@ NEKO_ICESERVERS: '[{"urls": ["turn:<MY-COTURN-SERVER>:443?transport=udp", "turn:
|
|||||||
|
|
||||||
### Nvidia GPU acceleration
|
### Nvidia GPU acceleration
|
||||||
|
|
||||||
You need to have [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) installed, start the container with `--gpus all` flag and use images built for nvidia (see above).
|
You need to have [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-container-toolkit) installed, start the container with `--gpus all` flag and use images built for nvidia (see above).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d --gpus all \
|
docker run -d --gpus all \
|
||||||
|
Reference in New Issue
Block a user