update dockerfile
Some checks failed
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-02 14:58:08 +02:00
parent 989385ee66
commit 9517e9a8ee

View File

@ -31,5 +31,5 @@ COPY Zajecia_2/main.py .
COPY Biblioteka_DL/dllib.py .
COPY Biblioteka_DL/all_games.csv .
RUN ./download.sh
RUN ./download.sh $CUTOFF
#CMD ["python3", "./dllib.py"]