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