diff --git a/data_processor/firebase_python_image/Dockerfile b/data_processor/firebase_python_image/Dockerfile index f4d740f..3b6bc35 100644 --- a/data_processor/firebase_python_image/Dockerfile +++ b/data_processor/firebase_python_image/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.7 RUN apt update -RUN apt install python3-numpy -RUN apt install python-pandas +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