Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-05-06 19:42:56 +02:00
parent aeb70ef43f
commit 189765f94d

View File

@ -9,7 +9,7 @@ RUN apt install python3-pip -y
RUN apt install unzip -y
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 torch
RUN pip3 install torch
ARG CUTOFF
ENV CUTOFF=${CUTOFF}