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