From 4b528074321c8940743a29b3eab6e447ddb04f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Wed, 10 May 2023 13:29:46 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c31d556..7043f70 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 +CMD python3 sacred.py \ No newline at end of file