We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c549d3c commit cca517aCopy full SHA for cca517a
1 file changed
README.md
@@ -38,7 +38,7 @@ pip install -ve .
38
39
### (GUI) allow X access (host)
40
`export XAUTHORITY=${XAUTHORITY:-$HOME/.Xauthority}`
41
-`xhost +si:localuser:root`
+`xhost +local:docker`
42
43
### Run container with GUI + GPU + HW and open a shell
44
`docker-compose -f docker/compose/base.yml -f docker/compose/gui.yml -f docker/compose/gpu.yml -f docker/compose/hw.yml run --rm run bash`
0 commit comments