Skip to content

Commit

Permalink
Update Dockerfile to include wordcloud 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surajrampure committed Oct 19, 2023
1 parent a6bcaea commit d3bc1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d3bc1e1

Please sign in to comment.