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_r271872562
##########
File path: docs/install/ubuntu_setup.md
##########
@@ -140,9 +140,30 @@ On Ubuntu versions 16.04 or later, you need the following
dependencies:
**Step 1:** Install build tools and git.
```bash
sudo apt-get update
- sudo apt-get install -y build-essential git
+ sudo apt-get install -y build-essential git ninja-build ccache
```
+**For Ubuntu 18.04 and CUDA builds you need to update CMake**
Review comment:
What is the implication for older Ubuntu OS? Is there a version >= that must
be met?
----------------------------------------------------------------
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