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