From 6287bd2753743b0d333bf8eddb2aa1e89efa2e73 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Sun, 3 Apr 2022 14:04:05 +0200 Subject: [PATCH] zadanie doker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 726bf6e..b4a09ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM ubuntu:latest RUN apt-get update RUN apt-get install -y python3-pip RUN apt-get install -y unzip -RUN python3 -m pip3 install --user kaggle -RUN python3 -m pip3 install --user pandas +RUN python3 -m pip install --user kaggle +RUN python3 -m pip install --user pandas RUN pip3 install -U scikit-learn \ No newline at end of file