Skip to content

Commit 768af10

Browse files
Removed localhost option
1 parent d89b527 commit 768af10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ services:
55
container_name: iki_diff_base
66
environment:
77
DISPLAY: $DISPLAY
8-
ROS_DOMAIN_ID: $ROS_DOMAIN_ID
8+
ROS_DOMAIN_ID: $ROS_DOMAIN_ID
99
NVIDIA_VISIBLE_DEVICES: all
1010
NVIDIA_DRIVER_CAPABILITIES: compute,video,utility,graphics
1111
QT_X11_NO_MITSHM: '1'
1212
network_mode: host
1313
privileged: true
1414
stdin_open: true
1515
tty: true
16+
ipc: host
1617
volumes:
1718
- /tmp/.X11-unix:/tmp/.X11-unix
1819
- $HOME/.Xauthority:/root/.Xauthority

0 commit comments

Comments
 (0)