From 0d2a222af030142733c9cce72a1df097aef46459 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 9 Oct 2023 02:00:03 +0200 Subject: [PATCH] docs: GPU passthrough support --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index 7f0d499..5fbe00f 100644 --- a/readme.md +++ b/readme.md @@ -170,6 +170,17 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti With this method, you are able to switch between different versions while keeping your file data. + * ### How do I passthrough my GPU? + + To enable this feature, add the following lines to your compose file: + + ```yaml + environment: + GPU: "Y" + devices: + - /dev/dri + ``` + * ### What are the differences compared to the standard DSM? There are only two minor differences: the Virtual Machine Manager package is not provided, and Surveillance Station doesn't include any free licenses.