From d3bc1e171bdc61d27c6871cd4c92a0f1cb85cd16 Mon Sep 17 00:00:00 2001 From: Suraj Rampure Date: Wed, 18 Oct 2023 21:06:15 -0700 Subject: [PATCH] Update Dockerfile to include wordcloud 1.8.1 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38d027c..c0f4c64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ USER root RUN pip install coverage==5.5 && \ pip install 'pandas>=0.24, <= 1.5.3' babypandas==0.1.9 pandas-tutor==2.0.3 && \ - pip install otter-grader==3.3.0 + pip install otter-grader==3.3.0 && \ + pip install wordcloud==1.8.1 USER $NB_UID