-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-1226] add Docs update for MXNet Java #14395
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's going on here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to install openCV for Java, not any more
|
||
```bash | ||
wget https://raw.githubusercontent.com/apache/incubator-mxnet/master/ci/docker/install/ubuntu_core.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So all of the dependencies for ubuntu/scala/mxnet environment are covered with this change? I'm skeptical.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer require user to install that bunch... Simply Java and maven would work
@mxnet-label-bot add [Java, Doc] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-Authored-By: lanking520 <lanking520@live.com>
Co-Authored-By: lanking520 <lanking520@live.com>
* add Docs update for MXNet Java * fixed based on comments * Update docs/install/java_setup.md Co-Authored-By: lanking520 <lanking520@live.com> * Update docs/tutorials/java/mxnet_java_on_intellij.md Co-Authored-By: lanking520 <lanking520@live.com>
* add Docs update for MXNet Java * fixed based on comments * Update docs/install/java_setup.md Co-Authored-By: lanking520 <lanking520@live.com> * Update docs/tutorials/java/mxnet_java_on_intellij.md Co-Authored-By: lanking520 <lanking520@live.com>
* add Docs update for MXNet Java * fixed based on comments * Update docs/install/java_setup.md Co-Authored-By: lanking520 <lanking520@live.com> * Update docs/tutorials/java/mxnet_java_on_intellij.md Co-Authored-By: lanking520 <lanking520@live.com>
Description
Add Java docs update with 1.4.0
@piyushghai @andrewfayres @aaronmarkham
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.