From d7be18b9f637328640fd244ae321f894fbe7b25b Mon Sep 17 00:00:00 2001 From: AWieczarek Date: Tue, 11 Jun 2024 19:55:29 +0200 Subject: [PATCH] IUM_7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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