Zaktualizuj 'Dockerfile'

This commit is contained in:
Kornelia Girejko 2022-05-06 19:42:20 +02:00
parent e3e2b286c1
commit aeb70ef43f

View File

@ -9,6 +9,7 @@ RUN apt install python3-pip -y
RUN apt install unzip -y
RUN pip3 install kaggle
RUN pip3 install pandas
RUN pip3 torch
ARG CUTOFF
ENV CUTOFF=${CUTOFF}
@ -22,4 +23,4 @@ COPY ./skrypt_stats.py .
RUN ./skrypt.sh
RUN python3 ./biblioteka_DL.py
RUN python3 ./DL.py