Dockerfile 313 B

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