diff --git a/Dockerfile b/Dockerfile index da506b3..6f85fb0 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