Skip to content

Commit

Permalink
Add more detail on X forwarding.
Browse files Browse the repository at this point in the history
  • Loading branch information
bctcvai committed Apr 24, 2019
1 parent 602a1cb commit cbbe6e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ If using any X11 code, it is important to also enable X11 connections within the
```shell
nvidia-docker run --rm -ti -v <Path to working-dir>:/data -v"$HOME/.Xauthority:/root/.Xauthority:rw" --env=DISPLAY --net=host cvisionai/openem bash
```

Note: Instead of `$HOME/.Xauthority` one should use the authority file listed from executing: `xauth info`

## Running the deployment library demo

* Navigate to examples/deploy/python.
Expand Down

0 comments on commit cbbe6e5

Please sign in to comment.