ium_444507/Dockerfile
Adam Wojdyla 5d3ad8c487 x
2022-04-02 18:41:45 +02:00

26 lines
506 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 . .
ARG KAGGLE_USERNAME=testKAGGLE_USERNAME
ARG KAGGLE_KEY=test1KAGGLE_KEY
RUN chmod u+x ./script.py
# RUN ./download.sh 117928
# RUN python3 ./script.py