Livebook: Refuses to boot standalone instance

I’m following this guide: Real World ™ Machine Learning on Fly GPU's · The Phoenix Files

The only modification is I’m running an A10 instance.

The behaviour I’m seeing is that livebook boots, but when I create a new notebook cells just “queue” because starting a standalone instance is just SIGUSR1’ing.

2024-09-21T04:13:00Z runner[9185e73ef497e8] ord [info]Machine created and started in 5.699s
2024-09-21T04:13:01Z app[9185e73ef497e8] ord [info][Livebook] Application running at http://localhost:8080/
2024-09-21T04:13:01Z app[9185e73ef497e8] ord [info] WARN Reaped child process with pid: 501 and signal: SIGUSR1, core dumped? false
2024-09-21T04:14:12Z app[9185e73ef497e8] ord [info] WARN Reaped child process with pid: 556 and signal: SIGUSR1, core dumped? false
2024-09-21T04:14:22Z app[9185e73ef497e8] ord [info] WARN Reaped child process with pid: 558 and signal: SIGUSR1, core dumped? false
2024-09-21T04:14:36Z app[9185e73ef497e8] ord [info] WARN Reaped child process with pid: 606 and signal: SIGUSR1, core dumped? false
2024-09-21T04:14:46Z app[9185e73ef497e8] ord [info] WARN Reaped child process with pid: 608 and signal: SIGUSR1, core dumped? false
2024-09-21T04:15:20Z app[9185e73ef497e8] ord [info] WARN Reaped child process with pid: 656 and signal: SIGUSR1, core dumped? false
2024-09-21T04:15:31Z app[9185e73ef497e8] ord [info] WARN Reaped child process with pid: 658 and signal: SIGUSR1, core dumped? false

I can run elixir/iex if I ssh into the machine… Absolutely lost for why this might be happening. Anyone experience anything similar?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.