mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user