Sign inSign up

mickilous/word_cloud_cli

By mickilous

•Updated almost 5 years ago

Dockerized cli of https://github.com/amueller/word_cloud

Image
0

94

mickilous/word_cloud_cli repository overview

⁠Dockerized wordcloud_cli

Docker image containing the wordcloud_cli binary of https://github.com/amueller/word_cloud⁠

⁠Usage

docker run --rm -v $(pwd):/usr/src docker.io/mickilous/word_cloud_cli --text my_text.txt --imagefile my_image.png

⁠Dockerfile

FROM python:3.7

LABEL maintainer="[email protected]"

RUN pip install wordcloud matplotlib

WORKDIR /usr/src

ENTRYPOINT [ "wordcloud_cli" ]

Tag summary

Content type

Image

Digest

Size

395.4 MB

Last updated

almost 5 years ago

docker pull mickilous/word_cloud_cli