FROM ubuntu
RUN apt-get update && apt-get install -y python3 python3-pip unzip
RUN pip3 install kaggle pandas
WORKDIR /app