Add voice recognition

This commit is contained in:
Richard Chien
2017-01-01 23:16:34 +08:00
parent 6e86d36056
commit 1880409b7f
11 changed files with 156 additions and 15 deletions

View File

@ -9,4 +9,8 @@ COPY requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN apt-get update \
&& apt-get install -y ffmpeg \
&& rm -rf /var/lib/apt/lists/*
CMD python app.py