Skip to content

Instantly share code, notes, and snippets.

@antonshilov
Created April 18, 2018 16:40
Show Gist options
  • Save antonshilov/f46950de82685c00b2ea5a4ae7350bd1 to your computer and use it in GitHub Desktop.
Save antonshilov/f46950de82685c00b2ea5a4ae7350bd1 to your computer and use it in GitHub Desktop.
JamSpell Dockerized
FROM python:3.6.5-stretch
RUN apt-get update && \
apt-get -y install swig3.0
RUN pip3 install jamspell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment