Skip to content

Commit d3bc1e1

Browse files
authored
Update Dockerfile to include wordcloud 1.8.1
1 parent a6bcaea commit d3bc1e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ USER root
55

66
RUN pip install coverage==5.5 && \
77
pip install 'pandas>=0.24, <= 1.5.3' babypandas==0.1.9 pandas-tutor==2.0.3 && \
8-
pip install otter-grader==3.3.0
8+
pip install otter-grader==3.3.0 && \
9+
pip install wordcloud==1.8.1
910

1011
USER $NB_UID

0 commit comments

Comments
 (0)