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 d146de5 commit 8192fddCopy full SHA for 8192fdd
docker/Dockerfile
@@ -26,6 +26,7 @@ RUN python3 -m pip install -e git://github.com/Mathics3/mathics-django#egg=Mathi
26
RUN pip install pymathics-natlang
27
RUN pip install pymathics-graph
28
RUN (cd src/mathics-django && python3 mathics_django/docpipeline.py -o)
29
+# RUN python3 -m mathics_django.docpipeline.py -o
30
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
31
32
# RUN python3 -m pip install -e git://github.com/Mathics3/mathicsscript#egg=mathicsscript
0 commit comments