From 5951684c01a505d0a1c85c9210e301aba45c8d65 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 18 Jan 2020 14:18:12 +0000 Subject: [PATCH] Add tqdm --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a746337..a36cf18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ RUN cd /tmp \ RUN pip3 --no-cache-dir install \ matplotlib \ + tqdm \ yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \ && yuuno jupyter install