ium_487194/Dockerfile

7 lines
153 B
Docker
Raw Normal View History

2023-04-04 15:31:03 +02:00
FROM ubuntu:latest
RUN apt install python3-pip -y
RUN pip3 install pandas
RUN pip3 install kaggle
RUN pip3 install scikit-learn
RUN pip3 install seaborn