You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/17 18:39:57 UTC

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16514: add binary and docs build command options to devmenu

aaronmarkham commented on a change in pull request #16514: add binary and docs build command options to devmenu
URL: https://github.com/apache/incubator-mxnet/pull/16514#discussion_r336166169
 
 

 ##########
 File path: dev_menu.py
 ##########
 @@ -132,8 +132,24 @@ def provision_virtualenv(venv_path=DEFAULT_PYENV):
     ('[Local] Python Unit tests',
         "./py3_venv/bin/nosetests -v tests/python/unittest/"
     ),
-    ('[Docker] Website and docs build outputs to "docs/_build/html/"',
-        "ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh deploy_docs"),
+    ('[Docker] Build the MXNet binary - outputs to "lib/"',
 
 Review comment:
   It builds the .so and .a file that the docs need for API docs generation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services