This commit is contained in:
Mikołaj Pokrywka 2022-04-03 18:39:38 +02:00
parent 1766ac7710
commit f5528b9b8d

View File

@ -7,7 +7,8 @@ COPY ./requirements.txt .
RUN apt-get update
RUN apt-get install -y python3-pip
RUN pip3 install --upgrade pip
RUN pip3 install -r ./requirements.txt
RUN pip3 install pandas
RUN pip3 install numpy
RUN pip3 install kaggle
ARG CUTOFF