FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python3-pip
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 install -U scikit-learn