ium_444507/Dockerfile
Adam Wojdyla 44f5d316df f
2022-04-02 18:51:53 +02:00

27 lines
539 B
Docker

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