Spaces:
Running
Running
PanGalactic Claude Opus 4.6 commited on
Commit ·
ac07f8f
1
Parent(s): 70a08e7
Add --headless flag to daemon (no X11 display in container)
Browse filesGLFW viewer requires X11 DISPLAY, which doesn't exist in Docker.
The --headless flag skips viewer initialization.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- supervisord.demo.conf +1 -1
supervisord.demo.conf
CHANGED
|
@@ -11,7 +11,7 @@ pidfile=/tmp/supervisord.pid
|
|
| 11 |
childlogdir=/tmp
|
| 12 |
|
| 13 |
[program:daemon]
|
| 14 |
-
command=reachy-mini-daemon --sim
|
| 15 |
autostart=true
|
| 16 |
autorestart=true
|
| 17 |
stdout_logfile=/dev/stdout
|
|
|
|
| 11 |
childlogdir=/tmp
|
| 12 |
|
| 13 |
[program:daemon]
|
| 14 |
+
command=reachy-mini-daemon --sim --headless
|
| 15 |
autostart=true
|
| 16 |
autorestart=true
|
| 17 |
stdout_logfile=/dev/stdout
|