From 5d214fda005776b1ac51e47148eb29f8b817c4b8 Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sun, 7 May 2023 18:36:24 +0200 Subject: [PATCH] fix15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2519e2d..edd189c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,5 +28,5 @@ RUN chmod +x ./train.py ARG epochs=5 RUN echo $epochs -CMD python ./train.py epochs +CMD python3 ./train.py epochs #CMD python3 ./test.py \ No newline at end of file