Speech-To-Text not working #1230
-
I use the whisper-1 for Speech-To-Text, but it is not working. it shows error about missing ffmpeg, but i use it in my docker-compose.yaml:
This is the error I am getting: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
you have to use the images with the use for example: |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply - thanks for bumping me into the right direction. I am not familiar with docker, so I did not know that there is a browsable repo behind this line ;) |
Beta Was this translation helpful? Give feedback.
you have to use the images with the
ffmpeg
tag.quay.io/go-skynet/local-ai:latest-ffmpeg
does not existuse for example:
quay.io/go-skynet/local-ai:v1.40.0-ffmpeg