From b02ebf49634ab22f6022772607cbb60036f1d930 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 18 Nov 2022 14:46:25 -0700 Subject: [PATCH] Update hardware_acceleration.md --- 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] ```