From e38dc9ca67f2b3747abf7a50a0a2aa5bf2e68673 Mon Sep 17 00:00:00 2001 From: Norbert Walkowiak Date: Wed, 5 Jul 2023 22:20:56 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20poprawiono=20dockerfile=20po=20aktualiza?= =?UTF-8?q?cji=20bibliotek=20(przesta=C5=82=20budowac=20sie=20projekt)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 53a0531..db1945b 100644 --- a/dockerfile +++ b/dockerfile @@ -9,7 +9,7 @@ RUN apt update && apt upgrade -y \ && pip install --user scikit-learn \ && pip install --user matplotlib \ && pip install --user keras \ - && pip install --user tensorflow \ + #&& pip install --user tensorflow \ && pip install --user numpy \ && pip install --user opencv-python \ && pip install --user sacred \