FROM python:3
RUN python -m pip install requests --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org
RUN python -m pip install numpy --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org
RUN python -m pip install boto3 --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org
RUN python -m pip install psycopg2 --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org