We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db3226 commit c2a2d77Copy full SHA for c2a2d77
Dockerfile
@@ -23,6 +23,10 @@ RUN mkdir -p /home/gap/inst/ \
23
#&& cd JupyterKernel \
24
#&& python3 setup.py install --user
25
26
+## workaround for until new digraphs version is released
27
+RUN cd /home/gap/inst/gap-${GAP_VERSION}/ \
28
+ && touch pkg/digraphs/gap/doc.g
29
+
30
#RUN jupyter serverextension enable --py jupyterlab --user
31
32
#ENV PATH /home/gap/inst/gap-${GAP_VERSION}/pkg/JupyterKernel/bin:${PATH}
0 commit comments