From afbaba7ac7e425ee7541602802da0c96fe5b127f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 4 Jan 2021 18:34:32 +0000 Subject: [PATCH] Update --- data_processor/firebase_python_image/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/data_processor/firebase_python_image/Dockerfile b/data_processor/firebase_python_image/Dockerfile index 8acccd5..cc6bcdf 100644 --- a/data_processor/firebase_python_image/Dockerfile +++ b/data_processor/firebase_python_image/Dockerfile @@ -1,4 +1,5 @@ FROM python:3.7 +COPY . . RUN apt update RUN apt install -y python3-numpy RUN apt install -y python-pandas