Atinoda / text-generation-webui-docker

Docker variants of oobabooga's text-generation-webui, including pre-built images.
GNU Affero General Public License v3.0
382 stars 73 forks source link

Missing ffmpeg dependency for whisper sst #48

Open nspitko opened 4 months ago

nspitko commented 4 months ago

Warning: Couldn't find ffprobe or avprobe - defaulting to ffprobe, but may not work Followed by OSError: [Errno 7] Argument list too long: 'ffprobe'

This occurs when using the API. Unsure if the interface side works, I've not sorted out the SSL issues yet; but I can't imagine it works any better.

Atinoda commented 3 months ago

Hi @nspitko , thank you for raising this issue - it's on my list to go through all the dependencies and make sure they are installed for all the default extensions. I will notify this issue when that happens. In the meantime, opening up a terminal to the container and inputting apt update && apt install ffmpeg may get you up and running!