icl-iot-weather/data_processor/firebase_python_image/Dockerfile
2021-01-04 18:21:11 +00:00

8 lines
185 B
Docker

FROM python:3.7
RUN apt update
RUN apt install -y python3-numpy
RUN apt install -y python-pandas
RUN pip install requests
RUN pip install tensorflow
RUN pip install -r requirements.txt