docker-v3

This commit is contained in:
s434732 2021-04-10 15:33:36 +02:00
parent 78db3909e2
commit 1af7085e79

View File

@ -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