File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ FROM gapsystem/gap-docker
2
+
3
+ COPY --chown=1000:1000 . $HOME/agt
4
+
5
+ RUN sudo pip3 install ipywidgets RISE
6
+
7
+ RUN jupyter-nbextension install rise --user --py
8
+
9
+ RUN jupyter-nbextension enable rise --user --py
10
+
11
+ USER gap
12
+
13
+ WORKDIR $HOME/agt
Original file line number Diff line number Diff line change
1
+ [ ![ Build Status] ( https://https://travis-ci.org/rhysje00/agt.svg?branch=master )] ( https://https://travis-ci.org/rhysje00/agt )
2
+ [ ![ Code Coverage] ( https://codecov.io/github/https://codecov.io/gh/rhysje00/agt.svg?branch=master&token= )] ( https://https://codecov.io/gh/rhysje00/agt )
3
+ [ ![ Binder] ( https://mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/rhysje00/agt/master )
4
+
5
+
6
+
1
7
# The GAP package agt
2
8
3
9
The agt package provides a library of strongly regular graphs on
You can’t perform that action at this time.
0 commit comments