ium_434765/Dockerfile
2021-04-14 20:25:53 +02:00

12 lines
259 B
Docker

FROM ubuntu:latest
RUN apt update
RUN apt install -y python3
RUN apt install -y python3-pip
RUN apt install -y unzip
RUN pip3 install pandas
RUN pip3 install kaggle
COPY ./get_data.sh ./
COPY ./main.py ./
ENV KAGGLE_USERNAME karopa
ARG key
ENV KAGGLE_KEY $key