apeforest commented on a change in pull request #17229: Fix and clean up Ubuntu
build from source instructions
URL: https://github.com/apache/incubator-mxnet/pull/17229#discussion_r363903389
##########
File path: docs/static_site/src/pages/get_started/ubuntu_setup.md
##########
@@ -234,13 +140,13 @@ If building on CPU and using MKL and MKL-DNN (make sure
MKL is installed accordi
ninja
```
-If building on GPU (make sure you have installed the [CUDA dependencies
first](#cuda-dependencies)):
-Cuda 10.1 in Ubuntu 18.04 builds fine but is not currently tested in CI.
+For a GPU-enabled build make sure you have installed the
+[CUDA dependencies first](#cuda-dependencies)) and run:
```bash
rm -rf build
mkdir -p build && cd build
- cmake -GNinja \
+ ~/.local/bin/cmake -GNinja \
Review comment:
Is this path to cmake required?
----------------------------------------------------------------
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