ukrainian-stt / Dockerfile
Yurii Paniv
Update to DeepSpeech v0.9.1
a979b42
raw
history blame
No virus
309 Bytes
FROM python:3.7
COPY . /app
WORKDIR /app
RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.2/uk.tflite
RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.tflite
RUN pip install -r requirements.txt
CMD uwsgi app.ini --http 0.0.0.0:$PORT