Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plug custom model into Vosk docker container #1563

Open
svankirk opened this issue Apr 24, 2024 · 1 comment
Open

Plug custom model into Vosk docker container #1563

svankirk opened this issue Apr 24, 2024 · 1 comment

Comments

@svankirk
Copy link

How do you have a docker container vosc server load with a custom library? I want to to use vosk-model-en-us-0.42-gigaspeech Instead of the default. Is this possible?

@nshmyrev
Copy link
Collaborator

You can map your host folder to container folder with -v. Something like

docker -v /opt/server/giga-model:/opt/vosk-model-en/model -p 2700 alphacep/kaldi-en

@nshmyrev nshmyrev changed the title Vosc server custom library Plug custom model into Vosk docker container Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants