From 8410fda504b09f82928208869dddf4b5134ecbe3 Mon Sep 17 00:00:00 2001 From: Zofia Galla Date: Sun, 2 May 2021 17:47:23 +0200 Subject: [PATCH] Optimize docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07226b7..52c0706 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ RUN pip3 install sklearn RUN pip3 install pandas RUN pip3 install seaborn RUN pip3 install matplotlib -RUN pip3 install tensorflow +RUN pip3 install --no-cache-dir tensorflow CMD ./run.sh