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