We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c549d3c + cca517a commit 04ebb4cCopy full SHA for 04ebb4c
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