From 6ceb2425c6da878c4afa8622ec5f5dbdcd71f5fa Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sun, 7 May 2023 18:40:50 +0200 Subject: [PATCH] fix18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f9fc51..8173cfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,5 +28,5 @@ RUN chmod +x ./train.py ARG epochs=5 RUN echo $epochs -CMD python3 ./train.py $epochs +RUN python3 ./train.py $epochs #CMD python3 ./test.py \ No newline at end of file