FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN pip3 install datasets kaggle
RUN pip3 list