We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325ca28 commit bfc9cb7Copy full SHA for bfc9cb7
script/dmathicsscript
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+DOCKER=${DOCKER:-docker}
3
+$DOCKER run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data mathicsorg/mathics --mode cli -- $@
script/dmathicsserver
+$DOCKER run --rm -it --name mathics-web -p 8000:8000 -v /tmp:/usr/src/app/data mathicsorg/mathics --mode ui
0 commit comments