Skip to content

Instantly share code, notes, and snippets.

@barnslig
Created March 18, 2018 23:14
Show Gist options
  • Select an option

  • Save barnslig/0e4d96cd4dc7d559e50102e5632a20e3 to your computer and use it in GitHub Desktop.

Select an option

Save barnslig/0e4d96cd4dc7d559e50102e5632a20e3 to your computer and use it in GitHub Desktop.
mathics!
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