From 590fc290870cf7f7b9ae136c8462a897d7900f72 Mon Sep 17 00:00:00 2001 From: James Frazier Date: Sat, 4 Jan 2020 14:03:21 -0500 Subject: [PATCH] Updated README.md with correct command to authorize Nvidia's docker to connect to X11 server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b75a15..a86941c 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ We'll now modify the configuration of the Deepstream application and the IoT Edg 4. Authorize Docker to connect to X11 server, via a terminal connected to your X11 server running on your Nano device (not via an ssh terminal): ```bash - xhost +local:docker + xhost +local:nvidia-docker ``` 5. Finally, deploy your updated IoT Edge solution: