From 89c60f07ba477ed5bede307f0752d3ae8f82930f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Wed, 10 May 2023 17:37:29 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02ca495..c31d556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ ENV KAGGLE_KEY="" RUN apt-get install unzip RUN apt install git -y -RUN python3 predict.py \ No newline at end of file +CMD python3 predict.py \ No newline at end of file