Add vosk server. Expose port

This commit is contained in:
Jimmy 2022-10-21 17:41:33 +13:00
parent f43caba7e6
commit 5968ea305a
1 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,14 @@ services:
image: imageserver
build: imageserver
runtime: nvidia
command: python3 /main.py
ports:
- 8000:8000
env_file:
- .env
- .env
volumes:
- ~/Downloads/sd-v1-4-full-ema.ckpt:/app/model.ckpt
vosk:
image: alphacep/kaldi-en
ports:
- 2700:2700