File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Dockerfile for binder
2
- FROM registry.gitlab.com/sagemath/sage/sagemath:9.0.beta0-py3
2
+ FROM registry.gitlab.com/sagemath/sage/sagemath-dev:9.0.beta3-py3
3
+
3
4
COPY --chown=sage:sage . ${HOME}
4
5
5
6
RUN sudo apt-get update && sudo apt-get -qy install graphviz build-essential git && sudo apt-get clean
7
+ RUN sage -i gap_packages
6
8
RUN sage -pip install RISE
7
9
RUN sage -pip install dot2tex
8
10
RUN sage -pip install sage_combinat_widgets
9
11
RUN sage -pip install sage-explorer
10
12
RUN sage -pip install git+https://github.com/nthiery/sage-gap-semantic-interface
11
13
RUN sage -pip install git+https://github.com/nthiery/sage-gap-semantic-interface
12
14
RUN sage -pip install git+https://github.com/nthiery/sage-semigroups/
13
- # RUN sage -i gap_packages
You can’t perform that action at this time.
0 commit comments