FROM ubuntu:latest # COPY ./kaggle.json /root/.kaggle/kaggle.json WORKDIR /app RUN apt-get update && apt-get install -y RUN apt-get install -y python3 RUN apt-get install -y unzip RUN apt-get install -y python3-pip RUN python3 -m pip --version RUN python3 -m pip install kaggle RUN python3 -m pip install pandas RUN python3 -m pip freeze COPY ./download.sh ./ COPY ./script.py ./ ARG KAGGLE_USERNAME=testKAGGLE_USERNAME ARG KAGGLE_KEY=test1KAGGLE_KEY RUN chmod u+x ./script.py # RUN ./download.sh 117928 # RUN python3 ./script.py