Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-05-06 19:55:33 +02:00
parent 4a0cb494b2
commit 9119489f2a

View File

@ -10,6 +10,7 @@ RUN apt install unzip -y
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 install torch
RUN pip3 install sklearn
ARG CUTOFF
ENV CUTOFF=${CUTOFF}