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.
1 parent bfc9af2 commit cb4610bCopy full SHA for cb4610b
docker-compose-nvidia.yml
@@ -2,3 +2,8 @@ version: "2.3"
2
services:
3
noetic:
4
runtime: nvidia
5
+ volumes:
6
+ - /tmp/.X11-unix:/tmp/.X11-unix
7
+ environment:
8
+ - DISPLAY=${DISPLAY}
9
+ - HEADLESS=false
docker-compose.yml
@@ -10,13 +10,10 @@ services:
10
- "9090:9090"
11
- "5000:5000"
12
environment:
13
- - DISPLAY=${DISPLAY}
14
- TELEOP_CONTROLLER=${TELEOP_CONTROLLER:-disabled}
15
- ENABLE_MANIPULATOR=${ENABLE_MANIPULATOR:-false}
16
- MANIPULATOR_GUI=${MANIPULATOR_GUI:-disabled}
17
- - HEADLESS=${HEADLESS:-false}
18
- volumes:
19
- - /tmp/.X11-unix:/tmp/.X11-unix
+ - HEADLESS=${HEADLESS:-true}
20
tty: true
21
networks:
22
- turtlenet
0 commit comments