aaronmarkham edited a comment on issue #11590: [MXNET-627] Fix Installation instructions for R bindings on Linux systems. URL: https://github.com/apache/incubator-mxnet/pull/11590#issuecomment-403939181 I went ahead and resolved an issue with using the CI scripts as part of the installation instructions (@marcoabreu) for Ubuntu and made a new script for core and python deps. I also made an R installation script. The instructions are generally simplified now by having access to the two new shell scripts. **install_mxnet_ubuntu_python.sh** * It checks for `nvidia-smi` and sets the make flags accordingly, so now we don't have doubled up instructions. * I moved the pip installs to a central requirements.txt so that's not duplicated anymore. * It uses sudo in the pip upgrade step - I didn't find a way around this. **install_mxnet_ubuntu_r.sh** * The R deps are now in alignment - I updated CI for R to match.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
