piyushghai commented on a change in pull request #13912: Java install info
update
URL: https://github.com/apache/incubator-mxnet/pull/13912#discussion_r248510696
##########
File path: docs/install/index.md
##########
@@ -479,9 +479,7 @@ You can use the Maven packages defined in the following
dependency to include MX
<dependency>
<groupId>org.apache.mxnet</groupId>
<artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
- <scope>system</scope>
- <version>1.4.0</version>
-
<systemPath>/system/path/to/jar/mxnet-full_2.11-linux-x86_64-gpu-1.4.0-SNAPSHOT.jar</systemPath>
+ <version>LATEST</version>
Review comment:
Yes, use something like ```[1.4.0, )``` since java mxnet is available from
v1.4.0 onwards.
----------------------------------------------------------------
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