-
-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
After running the docker-compose the images seemed to have pulled successfully but the frontend seems to always shutdown for some reason. whisper-libretranslate have started successfully prior.
See the output:
whishper | 2024-09-28 20:35:24,350 INFO supervisord started with pid 1
whishper | 2024-09-28 20:35:25,353 INFO spawned: 'backend' with pid 7
whishper | 2024-09-28 20:35:25,356 INFO spawned: 'frontend' with pid 8
whishper | 2024-09-28 20:35:25,359 INFO spawned: 'nginx' with pid 9
whishper | 2024-09-28 20:35:25,362 INFO spawned: 'transcription' with pid 10
whishper | 2024-09-28 20:35:25,364 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper | 2024-09-28 20:35:25,375 WARN exited: transcription (exit status 0; not expected)
whisper-libretranslate | Updating language models
whisper-libretranslate | Found 88 models
whisper-libretranslate | Keep 2 models
whisper-libretranslate | Loaded support for 2 languages (2 models total)!
whishper | 2024-09-28 20:35:26,410 INFO success: backend entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
whishper | 2024-09-28 20:35:26,412 INFO spawned: 'frontend' with pid 19
whishper | 2024-09-28 20:35:26,413 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
whishper | 2024-09-28 20:35:26,416 INFO spawned: 'transcription' with pid 20
whishper | 2024-09-28 20:35:26,420 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper | 2024-09-28 20:35:26,431 WARN exited: transcription (exit status 0; not expected)
whisper-libretranslate | Running on http://*:5000
whishper | 2024-09-28 20:35:28,436 INFO spawned: 'frontend' with pid 21
whishper | 2024-09-28 20:35:28,439 INFO spawned: 'transcription' with pid 22
whishper | 2024-09-28 20:35:28,444 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper | 2024-09-28 20:35:28,452 WARN exited: transcription (exit status 0; not expected)
whishper | 2024-09-28 20:35:31,458 INFO spawned: 'frontend' with pid 23
whishper | 2024-09-28 20:35:31,461 INFO spawned: 'transcription' with pid 24
whishper | 2024-09-28 20:35:31,465 WARN exited: frontend (terminated by SIGBUS; not expected)
whishper | 2024-09-28 20:35:31,473 INFO gave up: frontend entered FATAL state, too many start retries too quickly
whishper | 2024-09-28 20:35:31,473 WARN exited: transcription (exit status 0; not expected)
whishper | 2024-09-28 20:35:32,475 INFO gave up: transcription entered FATAL state, too many start retries too quickly
The Logs for the frontend are empty. Appreciate any tips. Thanks :)
Metadata
Metadata
Assignees
Labels
No labels