Go2Py_SIM/.devcontainer/docker-compose.yaml

18 lines
367 B
YAML

version: "3.9"
services:
go2py:
build: .
# container_name: go2py
network_mode: host
privileged: true
command: bash
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- ../:/home/Go2py
- /dev/input:/dev/input
environment:
- DISPLAY=${DISPLAY}
- QT_X11_NO_MITSHM=1
runtime: nvidia
stdin_open: true
tty: true