From f530b9e628b6b09d1f24a5884061ca6a8076d258 Mon Sep 17 00:00:00 2001 From: "sadurska@trui.pl" Date: Sun, 16 May 2021 21:44:59 +0200 Subject: [PATCH] Multipipeline #wip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7ea3a5f..680f6aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ RUN pip3 install tensorflow RUN pip3 install numpy RUN pip3 install matplotlib RUN pip3 install sklearn +RUN pip3 install silence-tensorflow