Add Dockerfile

This commit is contained in:
Agata 2022-04-08 10:11:54 +02:00
parent fa176d191c
commit 16deb251d5

15
Dockerfile Normal file
View File

@ -0,0 +1,15 @@
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
#RUN pip3 install kaggle
RUN pip3 install pandas
RUN apt-get install unzip
WORKDIR /app
ENV CUTOFF=100
COPY ./travel-insurance-prediction-data.zip ./
COPY ./download_data.sh ./
CMD ./download_data.sh