diff --git a/Dockerfile b/Dockerfile index e1f6d6e..e0f943e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive ENV TZ=Etc/UTC RUN apt update && \ - apt install -y python3 python3-pip unzip + apt install -y python3 python3-pip unzip git RUN pip install kaggle pandas seaborn scikit-learn tensorflow sacred pymongo --break-system-packages