From 9a213cfe851aab6de75572f5027b9f580dd2822a Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Thu, 11 May 2023 21:33:09 +0200 Subject: [PATCH] fix?? --- Dockerfile_3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_3 b/Dockerfile_3 index 62c7dc9..8e107f3 100644 --- a/Dockerfile_3 +++ b/Dockerfile_3 @@ -26,4 +26,4 @@ RUN chmod +r ./Customers.csv #RUN chmod +x ./train.py RUN chmod +x ./sacred_train.py -CMD python3 ./sacred_train.py \ No newline at end of file +RUN python3 ./sacred_train.py \ No newline at end of file