From 192b04b1cb6b25116b053b8c4a61bf1d76d99a61 Mon Sep 17 00:00:00 2001 From: Wojciech Lidwin <59863785+Halal37@users.noreply.github.com> Date: Thu, 11 May 2023 18:13:10 +0200 Subject: [PATCH] 5_dockerfile --- Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Dockerfile b/Dockerfile index 460c6a0..88d8de5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,10 +12,21 @@ RUN pip3 install pandas RUN pip3 install unzip RUN pip3 install scikit-learn RUN pip3 install seaborn +RUN pip3 install numpy +RUN pip3 install keras +RUN pip3 install tensorflow +RUN pip3 install scikit-learn + WORKDIR /app COPY ./download_dataset.sh ./ COPY ./stats.sh ./ 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 ./