ium_444501/Dockerfile

10 lines
168 B
Docker
Raw Normal View History

2022-04-02 17:27:04 +02:00
FROM ubuntu:latest
RUN apt update
RUN apt install -y python3-pip
RUN pip3 install pandas
RUN pip3 install matplotlib
RUN pip3 install sklearn
RUN pip3 install kaggle