We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceab10d commit acf44aaCopy full SHA for acf44aa
Dockerfile
@@ -27,6 +27,10 @@ RUN cd /home/gap/inst/gap-${GAP_BRANCH}/ \
27
&& cd .. \
28
&& make doc
29
30
+## workaround for until new digraphs version is released
31
+RUN cd /home/gap/inst/gap-${GAP_BRANCH}/ \
32
+ && touch pkg/digraphs/gap/doc.g
33
+
34
## build JupyterKernel
35
#RUN cd /home/gap/inst/gap-${GAP_BRANCH}/pkg \
36
# && mv JupyterKernel-* JupyterKernel \
0 commit comments