Skip to content

Commit

Permalink
Updated README.md with correct command to authorize Nvidia's docker t…
Browse files Browse the repository at this point in the history
…o connect to X11 server
  • Loading branch information
jwf5426 committed Jan 4, 2020
1 parent f713713 commit 590fc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 590fc29

Please sign in to comment.