Created
March 18, 2018 23:14
-
-
Save barnslig/0e4d96cd4dc7d559e50102e5632a20e3 to your computer and use it in GitHub Desktop.
mathics!
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-alpine | |
| WORKDIR /usr/src/app | |
| RUN pip install mathics | |
| EXPOSE 8000 | |
| CMD ["mathicsserver", "-e"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment