From 516e90125b4474c909d7c21b1b9b09f97dc18849 Mon Sep 17 00:00:00 2001 From: Zofia Galla Date: Sat, 15 May 2021 15:11:54 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 52c0706..248e76d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,3 +18,5 @@ RUN pip3 install matplotlib RUN pip3 install --no-cache-dir tensorflow CMD ./run.sh +CMD ./run_training.sh +