From 53045de1c268a17d08afc37fbc4fc30aea2f1d40 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 19 Nov 2022 06:14:22 -0700 Subject: [PATCH] Update hardware_acceleration.md (#4436) --- docs/docs/configuration/hardware_acceleration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index 54be32c1c..67df7ca60 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -58,6 +58,7 @@ services: devices: - driver: nvidia device_ids: ['0'] # this is only needed when using multiple GPUs + count: 1 # number of GPUs capabilities: [gpu] ```