From 9119489f2a4979039663db74a51f0d401946975e Mon Sep 17 00:00:00 2001 From: Kornelia Girejko Date: Fri, 6 May 2022 19:55:33 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0d5ec4d..d31c3e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt install unzip -y RUN pip3 install kaggle RUN pip3 install pandas RUN pip3 install torch +RUN pip3 install sklearn ARG CUTOFF ENV CUTOFF=${CUTOFF}