Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
e3e2b286c1
commit
aeb70ef43f
@ -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
|
Loading…
Reference in New Issue
Block a user