From eba3c20391d50af508962cbf394c447fef9ba1ca Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Sun, 3 Apr 2022 13:56:32 +0200 Subject: [PATCH] zadanie doker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22a4984..2279b46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:latest RUN apt-get update RUN apt-get install -y python3-pip -RUN pip3 install kaggle +RUN pip3 install --user kaggle RUN pip3 install pandas RUN pip3 install -U scikit-learn \ No newline at end of file