diff --git a/Dockerfile b/Dockerfile index d0a34bf..0487c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ RUN apt-get install -y unzip RUN pip3 install kaggle RUN pip3 install pandas -RUN pip3 install matplotlib RUN pip3 install sklearn +RUN pip3 install numpy ARG CUTOFF ARG KAGGLE_USERNAME