Skip to content

Commit f15e5c6

Browse files
committed
Attempt at installing gap-packages
1 parent 4bcec47 commit f15e5c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# 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+
34
COPY --chown=sage:sage . ${HOME}
45

56
RUN sudo apt-get update && sudo apt-get -qy install graphviz build-essential git && sudo apt-get clean
7+
RUN sage -i gap_packages
68
RUN sage -pip install RISE
79
RUN sage -pip install dot2tex
810
RUN sage -pip install sage_combinat_widgets
911
RUN sage -pip install sage-explorer
1012
RUN sage -pip install git+https://github.com/nthiery/sage-gap-semantic-interface
1113
RUN sage -pip install git+https://github.com/nthiery/sage-gap-semantic-interface
1214
RUN sage -pip install git+https://github.com/nthiery/sage-semigroups/
13-
#RUN sage -i gap_packages

0 commit comments

Comments
 (0)