5_dockerfile
This commit is contained in:
parent
7b863a88f3
commit
192b04b1cb
11
Dockerfile
11
Dockerfile
@ -12,10 +12,21 @@ RUN pip3 install pandas
|
|||||||
RUN pip3 install unzip
|
RUN pip3 install unzip
|
||||||
RUN pip3 install scikit-learn
|
RUN pip3 install scikit-learn
|
||||||
RUN pip3 install seaborn
|
RUN pip3 install seaborn
|
||||||
|
RUN pip3 install numpy
|
||||||
|
RUN pip3 install keras
|
||||||
|
RUN pip3 install tensorflow
|
||||||
|
RUN pip3 install scikit-learn
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ./download_dataset.sh ./
|
COPY ./download_dataset.sh ./
|
||||||
COPY ./stats.sh ./
|
COPY ./stats.sh ./
|
||||||
COPY ./data.py ./
|
COPY ./data.py ./
|
||||||
|
COPY ./ium_train.py ./
|
||||||
|
COPY ./ium_predict.py ./
|
||||||
|
COPY ./baltimore_dev.csv ./
|
||||||
|
COPY ./baltimore_test.csv ./
|
||||||
|
COPY ./baltimore_train.csv ./
|
||||||
|
COPY ./BPD_Part_1_Victim_Based_Crime_Data.csv ./
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user