From b3a603e56debbe4fd5901703269da290644cbfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Wed, 10 May 2023 16:26:51 +0200 Subject: [PATCH] s --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6a6f4e7..db8a3ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM ubuntu RUN apt-get update && apt-get install -y python3 python3-pip unzip RUN python3 -m pip install pandas numpy tensorflow imbalanced-learn sklearn +RUN apt-get install -y git COPY train.py /app/train.py COPY predictions.py /app/predictions.py