Skip to content

Commit 8192fdd

Browse files
committed
Small Dockerfile correction
Build Django doc
1 parent d146de5 commit 8192fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN python3 -m pip install -e git://github.com/Mathics3/mathics-django#egg=Mathi
2626
RUN pip install pymathics-natlang
2727
RUN pip install pymathics-graph
2828
RUN (cd src/mathics-django && python3 mathics_django/docpipeline.py -o)
29+
# RUN python3 -m mathics_django.docpipeline.py -o
2930
RUN mkdir -p /usr/src/app/.local/var/mathics && cp -v /root/.local/var/mathics/doc_xml_data.pcl /usr/src/app/.local/var/mathics/doc_xml_data.pcl
3031

3132
# RUN python3 -m pip install -e git://github.com/Mathics3/mathicsscript#egg=mathicsscript

0 commit comments

Comments
 (0)