From 0c9055e4f69d2c059246272cf6019b3bf08e3268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Thu, 28 Mar 2024 23:30:34 +0100 Subject: [PATCH] update docs, nvidia docker is replaced by NVIDIA Container Toolkit. --- docs/getting-started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 368d1b6d..6cbaba2d 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -176,7 +176,7 @@ NEKO_ICESERVERS: '[{"urls": ["turn::443?transport=udp", "turn: ### 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 docker run -d --gpus all \