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. The "pre-pip" dependency install still uses the CI script though, since it doesn't do any source steps. (I suppose I can make another one for this or modify the install_mxnet_ubuntu_python.sh to have pip and source options.) I also made an R installation script (ported and updated the dmlc one to work with our install flow). The instructions are generally simplified now by having access to the two new shell scripts: * Install R for MacOS: http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/install/index.html?platform=MacOS&language=R&processor=CPU * Install R for Linux: http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/install/index.html?platform=Linux&language=R&processor=CPU * Install for Windows: http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/install/index.html?platform=Windows&language=R&processor=CPU * Quick installation by building from source: http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-11590/8/install/ubuntu_setup.html#quick-mxnet-installation * Quick MXNet-R Installation: http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-11590/8/install/ubuntu_setup.html#quick-mxnet-r-installation **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. It will build GPU or CPU depending, which I think is pretty handy. No need for complicated instructions. * I moved the pip installs to a central requirements.txt so that's not duplicated anymore. Note: these could be adjusted. * 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
