aaronmarkham commented on a change in pull request #14534: [DOC] Update ubuntu
install instructions from source
URL: https://github.com/apache/incubator-mxnet/pull/14534#discussion_r271873910
##########
File path: docs/install/ubuntu_setup.md
##########
@@ -170,44 +191,72 @@ If building on CPU and using OpenBLAS:
```bash
git clone --recursive https://github.com/apache/incubator-mxnet.git
cd incubator-mxnet
- echo "USE_OPENCV = 1" >> ./config.mk
- echo "USE_BLAS = openblas" >> ./config.mk
- make -j $(nproc)
+```
+
Review comment:
Should put something here instead of having two code blocks back to back...
some description...
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services