Created
April 18, 2018 16:40
-
-
Save antonshilov/f46950de82685c00b2ea5a4ae7350bd1 to your computer and use it in GitHub Desktop.
JamSpell Dockerized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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