This commit is contained in:
Mikołaj Pokrywka 2022-04-03 21:19:31 +02:00
parent 36c6deaeea
commit cb9d02ba9a

View File

@ -9,8 +9,9 @@ RUN apt-get install -y python3-pip
RUN pip3 install --upgrade pip
RUN pip3 install pandas
RUN pip3 install numpy
RUN pip3 install kaggle
RUN pip3 install --user kaggle
RUN apt-get install zip unzip
ARG CUTOFF
ARG KAGGLE_USERNAME
ARG KAGGLE_KEY