Skip to content

Commit c2a2d77

Browse files
workaround for until new digraphs version is released
1 parent 0db3226 commit c2a2d77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ RUN mkdir -p /home/gap/inst/ \
2323
#&& cd JupyterKernel \
2424
#&& python3 setup.py install --user
2525

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+
2630
#RUN jupyter serverextension enable --py jupyterlab --user
2731

2832
#ENV PATH /home/gap/inst/gap-${GAP_VERSION}/pkg/JupyterKernel/bin:${PATH}

0 commit comments

Comments
 (0)