Wordcab / wordcab-transcribe

💬 ASR FastAPI server using faster-whisper and Multi-Scale Auto-Tuning Spectral Clustering for diarization.
https://wordcab.github.io/wordcab-transcribe/
MIT License
198 stars 29 forks source link

Daemon unresponsive after docker container starts #297

Closed lox closed 6 months ago

lox commented 8 months ago

It looks like the docker image runs python -u -m pip install --disable-pip-version-check --no-python-version-warning -q --editable /app when it starts up, is there any way to run this step as part of the docker build? It would be great to have the image start as fast as possible, even if that means a larger docker image.