fix for python dependencies

This commit is contained in:
Szymon Parafiński 2022-04-03 22:32:18 +02:00
parent f3ebfe5c06
commit 3854565a7e

View File

@ -6,8 +6,8 @@ RUN apt-get install -y unzip
RUN pip3 install kaggle RUN pip3 install kaggle
RUN pip3 install pandas RUN pip3 install pandas
RUN pip3 install matplotlib
RUN pip3 install sklearn RUN pip3 install sklearn
RUN pip3 install numpy
ARG CUTOFF ARG CUTOFF
ARG KAGGLE_USERNAME ARG KAGGLE_USERNAME