Skip to content

Commit ff7c017

Browse files
committed
Install kernels for Pari, Singular, GAP
1 parent c07c391 commit ff7c017

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ USER ${NB_USER}
1414

1515
# Upgrade to jupyter 5.* as required by mybinder
1616
RUN sage -pip install --upgrade notebook
17+
18+
# Install additional kernels
19+
RUN sage -i gap_jupyter
20+
RUN sage -i singular_jupyter
21+
RUN sage -i pari_jupyter

0 commit comments

Comments
 (0)