docker-v3
This commit is contained in:
parent
78db3909e2
commit
1af7085e79
@ -3,7 +3,7 @@ FROM ubuntu:latest
|
|||||||
RUN apt update && apt install -y python3 && apt install -y nano
|
RUN apt update && apt install -y python3 && apt install -y nano
|
||||||
|
|
||||||
RUN apt update && apt install python3-pip -y
|
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 apt install -y curl
|
||||||
RUN pip3 install --user wget
|
RUN pip3 install --user wget
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user