icl-iot-weather/data_processor/firebase_python_image/Dockerfile
2021-01-04 15:23:41 +00:00

8 lines
178 B
Docker

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