Yurii Paniv commited on
Commit
45a2dcd
1 Parent(s): d8a8dd0

Use v0.3 model for application

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.7
2
  COPY . /app
3
  WORKDIR /app
4
- RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.2/uk.tflite
5
  RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.tflite
6
  RUN pip install -r requirements.txt
7
- CMD uwsgi app.ini --http 0.0.0.0:$PORT
 
1
  FROM python:3.7
2
  COPY . /app
3
  WORKDIR /app
4
+ RUN wget https://github.com/robinhad/voice-recognition-ua/releases/download/v0.3/uk.tflite
5
  RUN wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.tflite
6
  RUN pip install -r requirements.txt
7
+ CMD uwsgi app.ini --http 0.0.0.0:$PORT