File size: 309 Bytes
fce8789
 
 
593d0e2
 
fce8789
593d0e2
1
2
3
4
5
6
7
FROM python:3.7
COPY . /app
WORKDIR /app
RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.1/uk.tflite
RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.7.3/deepspeech-0.7.3-models.tflite
RUN pip install -r requirements.txt
CMD uwsgi app.ini --http 0.0.0.0:$PORT