Update Dockerfile
This commit is contained in:
parent
83b32cbea7
commit
907626981b
@ -3,13 +3,12 @@ FROM ubuntu:latest
|
|||||||
RUN apt update && apt install -y python3-pip
|
RUN apt update && apt install -y python3-pip
|
||||||
#RUN pip3 install kaggle
|
#RUN pip3 install kaggle
|
||||||
RUN pip3 install pandas
|
RUN pip3 install pandas
|
||||||
|
RUN pip3 install sklearn
|
||||||
|
RUN pip3 install seaborn
|
||||||
RUN apt-get install unzip
|
RUN apt-get install unzip
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV CUTOFF=100
|
|
||||||
|
|
||||||
COPY ./travel-insurance-prediction-data.zip ./
|
COPY ./travel-insurance-prediction-data.zip ./
|
||||||
COPY ./download_data.sh ./
|
COPY ./preparation.py ./
|
||||||
|
|
||||||
CMD ./download_data.sh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user