- FROM python:2.7.18-buster
- RUN apt-get update -y
- RUN apt-get install -y gcc portaudio19-dev python-setuptools ffmpeg tk
- RUN python -m pip install --upgrade pip
- RUN pip install cryptography numpy pydub matplotlib scipy tornado requests pyaudio firebase_admin psutil mutagen
- ADD . /code/
- #RUN python setup.py install
|