ium_478855/Dockerfile

23 lines
352 B
Docker
Raw Normal View History

2022-04-03 20:36:11 +02:00
FROM python:3.7
2022-04-03 21:02:38 +02:00
2022-04-03 19:10:49 +02:00
WORKDIR /
2022-04-03 21:02:38 +02:00
2022-04-03 19:10:49 +02:00
RUN pip install kaggle
2022-04-03 21:02:38 +02:00
2022-04-03 19:10:49 +02:00
RUN pip install pandas
2022-04-03 21:02:38 +02:00
2022-04-03 19:10:49 +02:00
RUN pip install sklearn
2022-04-03 21:02:38 +02:00
2022-04-03 19:10:49 +02:00
COPY KaggleV2-May-2016.csv ./
2022-04-03 21:02:38 +02:00
2022-04-03 19:10:49 +02:00
COPY create_data.py ./
2022-04-03 21:02:38 +02:00
2022-04-03 19:10:49 +02:00
COPY stats_data.py ./
2022-04-03 21:02:38 +02:00
CMD ["python", "./create_data.py"]
2022-04-03 19:10:49 +02:00
2022-04-03 21:02:38 +02:00
CMD ["python", "./stats_data.py"]
2022-04-03 19:10:49 +02:00
# RUN kaggle datasets download -d joniarroba/noshowappointments
# RUN unzip -o noshowappointments.zip