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