From 8f9b5b71df5441d9c075ab68c587d65fc4c46baf Mon Sep 17 00:00:00 2001 From: s444501 Date: Sat, 2 Apr 2022 17:29:58 +0200 Subject: [PATCH] test --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 683df5e..29620a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,3 +7,9 @@ RUN pip3 install pandas RUN pip3 install matplotlib RUN pip3 install sklearn RUN pip3 install kaggle + +WORKDIR /ium + +COPY ./ium-data.py ./ + +CMD ./ium-data.py