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