From 8a7c16daeec33821e855ced4dae64ffdb808b816 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Sun, 3 Apr 2022 14:07:39 +0200 Subject: [PATCH] zadanie doker --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b4a09ed..917478f 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 pip install --user kaggle -RUN python3 -m pip install --user pandas -RUN pip3 install -U scikit-learn \ No newline at end of file +RUN pip install --user kaggle +RUN pip install --user pandas +RUN pip install -U scikit-learn \ No newline at end of file