Update Dockerfile
This commit is contained in:
parent
4242083f5c
commit
9eb59b3cee
@ -1,15 +1,17 @@
|
|||||||
FROM ubuntu:latest
|
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 pandas
|
RUN pip3 install pandas
|
||||||
RUN pip3 install sklearn
|
RUN pip3 install sklearn
|
||||||
RUN pip3 install seaborn
|
RUN pip3 install seaborn
|
||||||
RUN pip3 install ipython
|
RUN pip3 install ipython
|
||||||
|
RUN pip3 install torch
|
||||||
|
RUN pip3 install numpy
|
||||||
RUN apt-get install unzip
|
RUN apt-get install unzip
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
||||||
COPY ./travel-insurance-prediction-data.zip ./
|
COPY ./body-performance-data.zip ./
|
||||||
COPY ./preparation.py ./
|
COPY ./classification_net.py ./
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user