This commit is contained in:
bjoernellens1 2023-11-24 10:16:34 +01:00 committed by GitHub
parent f66b5310a1
commit 650379b18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -31,10 +31,12 @@ services:
- DISPLAY=${DISPLAY}
- QT_X11_NO_MITSHM=1
- NVIDIA_DRIVER_CAPABILITIES=all
- CYCLONEDDS_URI=file:///cyclonedds.xml
volumes:
# Allows graphical programs in the container.
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
- ./config/cyclonedds.xml:/cyclonedds.xml
# Overlay image containing the project specific source code.
overlay: