From 1af7085e799e0a9e92988d55b916d78b3bd628bd Mon Sep 17 00:00:00 2001 From: s434732 Date: Sat, 10 Apr 2021 15:33:36 +0200 Subject: [PATCH] docker-v3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74decb2..cabf27e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:latest RUN apt update && apt install -y python3 && apt install -y nano RUN apt update && apt install python3-pip -y -RUN pip3 install --user kaggle && pip3 install --user pandas && pip3 install scikit-learn && pip3 install matplotlib +RUN pip3 install kaggle && pip3 install pandas && pip3 install scikit-learn && pip3 install matplotlib RUN apt install -y curl RUN pip3 install --user wget