ium_434765/Dockerfile

10 lines
218 B
Docker
Raw Normal View History

2021-04-14 20:25:53 +02:00
FROM ubuntu:latest
2021-04-14 21:02:47 +02:00
RUN apt clean
2021-04-14 20:25:53 +02:00
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 ./
2021-04-14 21:00:17 +02:00
COPY ./main.py ./