lanking520 commented on a change in pull request #14395: [MXNET-1226] add Docs update for MXNet Java URL: https://github.com/apache/incubator-mxnet/pull/14395#discussion_r264897331
########## File path: docs/install/java_setup.md ########## @@ -35,21 +35,15 @@ The following instructions are provided for macOS and Ubuntu. Windows is not yet brew update brew tap caskroom/versions brew cask install java8 -brew install opencv brew install maven ``` **Ubuntu Steps** -These scripts will install Maven and its dependencies. You will be running the Scala scripts because the MXNet-Java project has a dependency on the MXNet-Scala project. +Please run the following lines: ```bash -wget https://raw.githubusercontent.com/apache/incubator-mxnet/master/ci/docker/install/ubuntu_core.sh Review comment: We no longer require user to install that bunch... Simply Java and maven would work ---------------------------------------------------------------- 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
