mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 08:15:00 -05:00
WhisperAI crashes the docker-container #1653
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Husky110 on GitHub (Aug 1, 2024).
Bug Report
Description
Bug Summary:
Whenever I try to use the audio-recording feature my docker container crashes.
Here's the container logs on the crash-event:
At the beginning it tried to download the whisperai-model, but was unable to do so:
Steps to Reproduce:
Run Open WebUI in docker an try to use the voice-recognition.
Expected Behavior:
Working...
Actual Behavior:
Container-crash
Environment
Open WebUI Version: 0.3.10
Ollama (if applicable): 0.3.0
Operating System: Ubuntu 22.04
Browser (if applicable): Ungoogled Chromium
Reproduction Details
Confirmation:
Logs and Screenshots
Docker Container Logs:
See above
Installation Method
Docker via Dockerfile setting "USE_CUDA" to true and "USE_OLLAMA" to true.
nvidia-smi-output on my system:
Additional Information
I am not sure what actually happened there. I'm guessing that there was something wrong during the whisper-download and everything else is a subsequent error.. Maybe there need to be some commands run and everything is fine...